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)
LIBS += $(DYLIB_LIB)
else
LIBS += $(libsnes)
LIBS += $(libretro)
endif
ifeq ($(HAVE_PYTHON), 1)