Fix malformed comments in build-wasm.bat

This commit is contained in:
Brent Da Mage
2023-08-16 21:46:03 -05:00
committed by iProgramInCpp
parent 9a238bf77a
commit 850e6dfd0b

View File

@@ -5,7 +5,7 @@ set WEBSRVROOT=C:\gtcache
::set the emscripten root to your emscripten installation (iProgramInCpp's is at C:\emsdk)
echo * Calling emsdk_env.bat.
set EMSCRIPTEN_ROOT=C:\emsdk
set EMSCRIPTEN_ROOT=D:\emsdk
set OLDCD=%cd%
cd /d %EMSCRIPTEN_ROOT%
call emsdk_env.bat