aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-11-13 16:51:30 -0800
committerAlon Zakai <alonzakai@gmail.com>2012-11-13 16:51:30 -0800
commit81fba7f602257a6ff682f6193eec251b52c1031b (patch)
treea33faa5f56fbe0dca02b992460891e4144b37675 /tests/runner.py
parented177cf59f029a6229128fce308aa6c78873d30d (diff)
parentef0fa03b4bc2b3f2cc0f786443d61696774185ab (diff)
Merge pull request #710 from juj/cmake
Try to locate emcc in cmake based on the cmake toolchain directory struc...
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-xtests/runner.py2
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')