diff options
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/runner.py b/tests/runner.py index 12ab6203..b2249dac 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -7542,8 +7542,6 @@ f.close() # understands Windows paths, and cygwin make additionally produces a cryptic 'not valid bitcode file' errors on files that # *are* valid bitcode files. - os.environ['EMSCRIPTEN'] = path_from_root('') # XXX FIXME this should be done in emconfigure - if os.name == 'nt': make_command = 'mingw32-make' emscriptencmaketoolchain = path_from_root('cmake', 'Platform', 'Emscripten.cmake') |