From a634994809bd64838ad56fdefa756ba6ce61a896 Mon Sep 17 00:00:00 2001 From: Toad King Date: Thu, 18 Jan 2018 22:57:00 -0600 Subject: [PATCH] no longer compile with SDL support by default --- Makefile.emscripten | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.emscripten b/Makefile.emscripten index d07324bc57..ffb1f9e9fc 100644 --- a/Makefile.emscripten +++ b/Makefile.emscripten @@ -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