diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-12-16 08:49:00 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-12-16 08:49:00 -0800 |
commit | 27b3e73124929a6c7ad6d3f2dbe8cf2dd9d6d0ce (patch) | |
tree | 2196c14f71c9492533338ab2d11f50356b7cb095 /tools/emmaken.py | |
parent | 99c9e8fc31869fbc8135d863cfdf242dfff149a8 (diff) |
temporarily return emmaken to test runner instead of emcc
Diffstat (limited to 'tools/emmaken.py')
-rwxr-xr-x | tools/emmaken.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/emmaken.py b/tools/emmaken.py index 89785bc5..1192eb85 100755 --- a/tools/emmaken.py +++ b/tools/emmaken.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -raise Exception('emmaken is deprecated!') +#raise Exception('emmaken is deprecated!') ''' emmaken - the emscripten make proxy tool |