aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 46f3dc8..9dac699 100644
--- a/makefile
+++ b/makefile
@@ -4,7 +4,7 @@ current: all
INCLUDE = -I. -I/usr/local/src/pd/src
-LDFLAGS = -export-dynamic -shared
+LDFLAGS = --export-dynamic -shared
LIB = -ldl -lm -lpthread
#select either the DBG and OPT compiler flags below: