diff options
Diffstat (limited to 'scripts/test/shared.py')
-rw-r--r-- | scripts/test/shared.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/test/shared.py b/scripts/test/shared.py index 8fdf2375c..75dece375 100644 --- a/scripts/test/shared.py +++ b/scripts/test/shared.py @@ -192,9 +192,6 @@ def which(program): return exe_file + '.bat' -WATERFALL_BUILD_DIR = os.path.join(options.binaryen_test, 'wasm-install') -BIN_DIR = os.path.abspath(os.path.join(WATERFALL_BUILD_DIR, 'wasm-install', 'bin')) - NATIVECC = (os.environ.get('CC') or which('mingw32-gcc') or which('gcc') or which('clang')) NATIVEXX = (os.environ.get('CXX') or which('mingw32-g++') or |