diff --git a/tools/shared.py b/tools/shared.py index 690761addd37b..20bf003d285e0 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -891,6 +891,9 @@ def apply_configuration(): apply_configuration() # EM_CONFIG stuff +if not JS_ENGINES: + JS_ENGINES = [NODE_JS] + if CLOSURE_COMPILER is None: CLOSURE_COMPILER = path_from_root('third_party', 'closure-compiler', 'compiler.jar')