6 lines
61 B
Batchfile
6 lines
61 B
Batchfile
@ECHO OFF
|
|
|
|
call %~dp0\env.bat
|
|
|
|
py -3 %EMSCRIPTEN%\emcc.py %*
|