aboutsummaryrefslogtreecommitdiff
path: root/emcc.py
diff options
context:
space:
mode:
Diffstat (limited to 'emcc.py')
-rw-r--r--emcc.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/emcc.py b/emcc.py
index bf0c9808..2c715b99 100644
--- a/emcc.py
+++ b/emcc.py
@@ -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
+