-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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:
WARNING:root:Assigning a non-existent settings attribute "USE_SDL_NET"
WARNING:root: - did you mean one of USE_SDL_TTF, USE_SDL, USE_SDL_IMAGE?
WARNING:root: - perhaps a typo in emcc's -s X=Y notation?
WARNING:root: - (see src/settings.js for valid values)
Could this port be added officially somehow?
Metadata
Metadata
Assignees
Labels
No labels