diff options
Diffstat (limited to 'emcc.py')
-rw-r--r-- | emcc.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +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 + |