diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-10-29 10:59:50 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-10-29 10:59:50 -0700 |
commit | f3a52911bade886654c8d4df960f1a1ad169806e (patch) | |
tree | 3d45267a8b1a2fce8db4de159ab94f34451bce66 /emcc.py | |
parent | f89de127b6fec8441e3c5777b69ea61944063136 (diff) |
add empty emcc.py to work around issue 663
Diffstat (limited to 'emcc.py')
-rwxr-xr-x | emcc.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emcc.py b/emcc.py new file mode 100755 index 00000000..2c715b99 --- /dev/null +++ b/emcc.py @@ -0,0 +1,5 @@ + +# necessary to work around process pool limitations on windows - the js optimizer will end up trying to import this. see issue 663 + +import tools.js_optimizer + |