aboutsummaryrefslogtreecommitdiff
path: root/experimental/Makefile.linux
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/Makefile.linux')
-rw-r--r--experimental/Makefile.linux2
1 files changed, 1 insertions, 1 deletions
diff --git a/experimental/Makefile.linux b/experimental/Makefile.linux
index ab7d09f..2d30c93 100644
--- a/experimental/Makefile.linux
+++ b/experimental/Makefile.linux
@@ -20,7 +20,7 @@ LINUXINCLUDE = -I/usr/include -I/usr/local/include/stk
.cpp.pd_linux:
g++ $(LINUXCFLAGS) $(LINUXINCLUDE) -c $(NAME).cpp
- g++ -export_dynamic -shared -o $(NAME).pd_linux $(NAME).o -lc -lstk
+ g++ -Wl,--export-dynamic -shared -o $(NAME).pd_linux $(NAME).o -lc -lstk
strip --strip-unneeded $(NAME).pd_linux
rm -f *.o
# -------------------------------------------------------