Skip to content

SDL_net does not show up as a port. #3

@lukasschmit

Description

@lukasschmit

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions