Change STATIC_LINKING ifdef

This commit is contained in:
twinaphex
2016-04-07 01:58:06 +02:00
parent 1da84f497a
commit 6013ca2357

View File

@@ -29,7 +29,8 @@ SOURCES_C += \
$(CORE_DIR)/video.c \
$(CORE_DIR)/vsuni.c
ifneq ($(STATIC_LINKING),1)
ifeq ($(STATIC_LINKING),1)
else
SOURCES_C += $(CORE_DIR)/memstream.c
endif