From 71e393ada3f9298ff4b168d166c925101bedc406 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 30 Aug 2009 15:38:40 +0200 Subject: [PATCH] plugins/puredata/Makefile.am: update compiler options --- plugins/puredata/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/puredata/Makefile.am b/plugins/puredata/Makefile.am index e95a8c47..6cff413b 100644 --- a/plugins/puredata/Makefile.am +++ b/plugins/puredata/Makefile.am @@ -49,7 +49,7 @@ else if DARWIN AM_LDFLAGS += -bundle -undefined suppress -flat_namespace else -AM_LDFLAGS += -export_dynamic -shared +AM_LDFLAGS += --export_dynamic --shared endif endif -- 2.26.2