aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-09-21 05:54:25 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-09-21 05:54:25 +0000
commitab9a4fcc2b8d7bbbb07ca0b6defb7d170bc27dc8 (patch)
tree31b7b8f1aa58da1744d1d5409f8bcb669a3fbf96
parent438df0240bcf1a69d4f4d73e0cb358bf8ee114c4 (diff)
fixed wrong variable name
svn path=/trunk/externals/apple/; revision=12420
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3dc8568..ab3434a 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ ifeq (MINGW,$(findstring MINGW,$(UNAME)))
WINDOWS_HACKS = -D'O_NONBLOCK=1'
CFLAGS += -mms-bitfields $(WINDOWS_HACKS)
LDFLAGS += -s -shared -Wl,--enable-auto-import
- LIBS += -L$(PD_PATH)/src -L$(pd_src)/bin -L$(pd_src)/obj -lpd -lwsock32 -lkernel32 -luser32 -lgdi32
+ LIBS += -L$(pd_src)/src -L$(pd_src)/bin -L$(pd_src)/obj -lpd -lwsock32 -lkernel32 -luser32 -lgdi32
STRIP = strip --strip-unneeded -R .note -R .comment
endif