summaryrefslogtreecommitdiff
path: root/scripts/test/shared.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/test/shared.py')
-rw-r--r--scripts/test/shared.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test/shared.py b/scripts/test/shared.py
index b48202e98..23f10ca2c 100644
--- a/scripts/test/shared.py
+++ b/scripts/test/shared.py
@@ -155,7 +155,7 @@ NATIVECC = (os.environ.get('CC') or which('mingw32-gcc') or
NATIVEXX = (os.environ.get('CXX') or which('mingw32-g++') or
which('g++') or which('clang++'))
NODEJS = which('nodejs') or which('node')
-MOZJS = which('mozjs')
+MOZJS = which('mozjs') or which('spidermonkey')
EMCC = which('emcc')
BINARYEN_INSTALL_DIR = os.path.dirname(options.binaryen_bin)