The open source repository for the action RPG game in development by Sig Productions titled 'Adventures in Lestoria'! https://forums.lestoria.net
 
 
 
 
 
 
AdventuresInLestoria/emscripten_build.ps1

3 lines
70 B

clear
emcmake cmake -DCMAKE_BUILD_TYPE=Release .
cmake --build . -j 20