diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-11-10 15:12:52 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-11-10 15:12:52 -0800 |
commit | 1d3c282353106ce6691609d641b8d03c973ddd4b (patch) | |
tree | 5a3e4ab92ec6f18b0d7902f1cd75f75eb41257c0 | |
parent | acbf809a3ce0e2f3a3915dc00065ff5e0b20b58f (diff) |
make sure to fail if relooper bootstrap failed
-rw-r--r-- | tools/shared.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/shared.py b/tools/shared.py index 530d2af5..e7ffc8ea 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -1059,6 +1059,7 @@ set(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE ONLY)''' % { 'winfix': '' if not WINDOWS e os.chdir(currdir) if not ok: print >> sys.stderr, 'bootstrapping relooper failed. You may need to manually create src/relooper.js, by checking out the Relooper project ( https://github.com/kripken/Relooper ) and building in the emscripten/ dir.' + 1/0 # Permanent cache for dlmalloc and stdlibc++ class Cache: |