-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SDL_net does not show up as a port. #3
Comments
Probably you are on too old a version, and sdl-net was added later. Which version are you on? |
I had downloaded the "Portable Emscripten SDK for Linux and OS X" from the website. Just built it from the cloned source and it has SDL_net now though. How old is the portable linux/osx SDK on the website? |
Do |
Depending on which version of emsdk you are running, there is a recent bug that unfortunately prevents emsdk from updating itself when running Also after |
According to
https://kripken.github.io/emscripten-site/docs/compiling/Building-Projects.html#emscripten-ports
SDL_net should be included by default with emscripten, however running
emcc --show-portsdoes
does not list SDL_net.
When I use the option:
-s USE_SDL_NET=2
I get the warning:
Could this port be added officially somehow?
The text was updated successfully, but these errors were encountered: