mirror of
https://github.com/celisej567/mcpe.git
synced 2026-01-04 14:09:47 +03:00
Fix malformed comments in build-wasm.bat
This commit is contained in:
committed by
iProgramInCpp
parent
9a238bf77a
commit
850e6dfd0b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user