no longer compile with SDL support by default

This commit is contained in:
Toad King 2018-01-18 22:57:00 -06:00 committed by Michael Lelli
parent bd9e70f70e
commit a634994809

View File

@ -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