You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are just trying to use emsdk binaryies with your existing emscripten checkout that I think they easiest thing to do is just export EM_CONFIG=/path/to/emsdk/.emscripten when then just put your version of emcc first on the PATH. You don't need to tell emsdk about your emscripten check.
Or you can just run ./test/runner or ./emcc from you checkout with EM_CONFIG set.
When EM_CONFIG is set you don't need a config file at all in your checked out version of emscripten.
For example, if I've cloned emscripten at
~/emscripten
then the idea would be that:would make
emsdk/upstream/emscripten
into a symlink pointing to~/emscripten
.The text was updated successfully, but these errors were encountered: