I'm trying to execute a .bat and i get:
Building demos/touchscreen...
Cannot find emcc
Emscripten is not installed (or not in your PATH)
I found the "emcc" file and it is located here: C:\emsdk\emscripten\1.38.23 So I checked the system environment variables and edited "path" variable adding as a value the location "C:\emsdk\emscripten\1.38.23" It still cant find the emcc. Is there anyone who can help me?