aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index b284b4a..533a775 100644
--- a/makefile
+++ b/makefile
@@ -6,7 +6,7 @@ all: linux
linux:
cc -DPD -O2 -DUNIX $(I) -o arraysize.o -c arraysize.c
- ld -shared -export_dynamic -o arraysize.pd_linux arraysize.o
+ ld -shared --export-dynamic -o arraysize.pd_linux arraysize.o
nt:
cl arraysize.c /DNT /DPD /LD /Gd /GD /Ox /link /export:arraysize_setup \system\pd\bin\pd.lib