mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-21 16:54:31 +00:00
6 lines
61 B
Batchfile
6 lines
61 B
Batchfile
@ECHO OFF
|
|
|
|
call %~dp0\env.bat
|
|
|
|
py -3 %EMSCRIPTEN%\emcc.py %*
|