emscripten-core/emscripten
Auf GitHub ansehenCannot override SDL2_net with EMCC_LOCAL_PORTS
Open
#8.466 geöffnet am 20. Apr. 2019
good first bughelp wanted
Repository-Metriken
- Stars
- (27.361 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 19T 10h) (147 gemergte PRs in 30 T)
Beschreibung
If I set the EMCC_LOCAL_PORTS environment variable to sdl2_net=/path/to/dir, I see the following error:
system_libs:ERROR: port sdl2_net lacks .SUBDIR attribute, which we need in order to override it locally, please update it
Is this because SUBDIR is missing in tools/ports/sdl2_net.py?
What's necessary to permit the use of EMCC_LOCAL_PORTS for a given library?