diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-03-25 12:58:25 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-03-25 12:58:25 -0700 |
commit | ad285f60d0be807e7e49e7c86ca8f9bedec4714f (patch) | |
tree | 67768bb7707d6672659597abc295345109b3fbce /tools/shared.py | |
parent | 09221ebd18ec0074b25d593400f040ee460526aa (diff) |
remove symbol removing hack; export all malloc symbols as weak; add test for a case where symbol removing made us not merge llvm constructors properly1.3.5
Diffstat (limited to 'tools/shared.py')
-rw-r--r-- | tools/shared.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/shared.py b/tools/shared.py index 7514171c..c4efc974 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -181,7 +181,7 @@ def check_node_version(): # we re-check sanity when the settings are changed) # We also re-check sanity and clear the cache when the version changes -EMSCRIPTEN_VERSION = '1.3.4' +EMSCRIPTEN_VERSION = '1.3.5' def check_sanity(force=False): try: |