fix emscripten builds

This commit is contained in:
Toad King 2018-01-16 20:09:19 -06:00
parent e768a4de8e
commit 4919734b19

View File

@ -404,7 +404,6 @@ else ifneq (,$(findstring armv,$(platform)))
# Emscripten
else ifeq ($(platform), emscripten)
TARGET := $(TARGET_NAME)_libretro_$(platform).bc
STATIC_LINKING = 1
DONT_COMPILE_IN_ZLIB = 1
# GCW0