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 0fe740ce..26073cd7 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -7530,8 +7530,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') |