Bug 1637515 [wpt PR 23559] - Update wpt metadata, a=testonly
[gecko.git] / build / mozconfig.node
blob8a29161eceb86ad7d412444433242e38cb347a1f
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 case "$(uname -s)" in
6 MINGW*)
7     export NODEJS=$MOZ_FETCHES_DIR/node/node.exe
8     ;;
9 *)
10     export NODEJS=$MOZ_FETCHES_DIR/node/bin/node
11     ;;
12 esac