-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Open
Description
Emscripten v. 3.1.46, but also present in main.
It's more like a question then a bugreport, but please help me understand this.
If I build my own SDL2 library for Emscripten and provide -sUSE_SDL=0 (which is the default anyway), why old SDL1 libsdl.js is pulled by default?
Lines 146 to 148 in efa2897
| if (USE_SDL != 2) { | |
| libraries.push('libsdl.js'); | |
| } |
It is not needed for -sUSE_SDL2 based on this line
Lines 156 to 158 in efa2897
| if (USE_SDL == 2) { | |
| libraries.push('libegl.js', 'libwebgl.js', 'libhtml5_webgl.js'); | |
| } |
Is it a bug or is it intentional?
Thanks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels