Revision b3e6e8077a4abd70f6acba98127e5788842a6341 authored by Alon Zakai on 06 July 2014, 02:18:41 UTC, committed by Alon Zakai on 06 July 2014, 02:19:27 UTC
1 parent 9438df5
Raw File
emcc.py

# 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

back to top