mirror of
https://github.com/libretro/RetroArch
synced 2025-02-11 06:40:48 +00:00
no longer compile with SDL support by default
This commit is contained in:
parent
bd9e70f70e
commit
a634994809
@ -1,6 +1,6 @@
|
|||||||
TARGET := retroarch.js
|
TARGET := retroarch.js
|
||||||
|
|
||||||
EOPT = USE_ZLIB=1 USE_SDL=2 # Emscripten specific options
|
EOPT = USE_ZLIB=1 # Emscripten specific options
|
||||||
EOPTS = $(addprefix -s $(EMPTY), $(EOPT)) # Add '-s ' to each option
|
EOPTS = $(addprefix -s $(EMPTY), $(EOPT)) # Add '-s ' to each option
|
||||||
|
|
||||||
PTHREAD = 0
|
PTHREAD = 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user