mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 00:39:53 +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
|
||||
|
||||
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
|
||||
|
||||
PTHREAD = 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user