Skip to content

Commit f12bdc7

Browse files
committed
revert
1 parent c2ec829 commit f12bdc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test/shared.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def is_exe(fpath):
157157
which('gcc') or which('clang'))
158158
NATIVEXX = (os.environ.get('CXX') or which('mingw32-g++') or
159159
which('g++') or which('clang++'))
160-
NODEJS = which('node')
160+
NODEJS = which('nodejs') or which('node')
161161
MOZJS = which('mozjs') or which('spidermonkey')
162162
EMCC = which('emcc')
163163

0 commit comments

Comments
 (0)