aboutsummaryrefslogtreecommitdiff
path: root/emcc.py
diff options
context:
space:
mode:
Diffstat (limited to 'emcc.py')
-rwxr-xr-xemcc.py5
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
+