From 5e032d2677a6bd418433f16afdf6412942d3d763 Mon Sep 17 00:00:00 2001 From: Themaister Date: Sun, 22 Apr 2012 10:46:06 +0200 Subject: [PATCH] Fix non-dynamic builds (mziab). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3c7adcbd0c..2713ba2343 100644 --- a/Makefile +++ b/Makefile @@ -166,7 +166,7 @@ endif ifeq ($(HAVE_DYNAMIC), 1) LIBS += $(DYLIB_LIB) else - LIBS += $(libsnes) + LIBS += $(libretro) endif ifeq ($(HAVE_PYTHON), 1)