aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 6965dd2..c8dcdc2 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -53,7 +53,7 @@ X_SUFFIX = dll
# flags, so stick -mms-bitfieds here so that it doesn't get overridden
DEFINES = -mms-bitfields -DNT -DMSW
OPT_CFLAGS = -funroll-loops
-LFLAGS = -shared $(PD_DIR)/../bin/pd.dll
+LFLAGS = -shared -L$(PD_DIR) -L$(PD_DIR)/../bin/ -lpd
endif
ifeq ($(OS_NAME),Darwin)