Fix non-dynamic builds (mziab).

This commit is contained in:
Themaister 2012-04-22 10:46:06 +02:00
parent 69496bc291
commit 5e032d2677

View File

@ -166,7 +166,7 @@ endif
ifeq ($(HAVE_DYNAMIC), 1) ifeq ($(HAVE_DYNAMIC), 1)
LIBS += $(DYLIB_LIB) LIBS += $(DYLIB_LIB)
else else
LIBS += $(libsnes) LIBS += $(libretro)
endif endif
ifeq ($(HAVE_PYTHON), 1) ifeq ($(HAVE_PYTHON), 1)