Skip to content

Commit f3a5291

Browse files
committed
add empty emcc.py to work around issue 663
1 parent f89de12 commit f3a5291

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

emcc.py

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
# necessary to work around process pool limitations on windows - the js optimizer will end up trying to import this. see issue 663
3+
4+
import tools.js_optimizer
5+

0 commit comments

Comments
 (0)