diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2009-06-29 12:36:47 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2009-06-29 12:36:47 +0000 |
commit | a98932766ed8e663aea8433cf34df31c92a67959 (patch) | |
tree | 62bc364751040ac08c27b5d7646d62822b10121b | |
parent | 12534481b3b55dce56d1759551a42bacb17e2c3e (diff) |
fixed --export-dynamic
svn path=/trunk/externals/iemlib/; revision=11829
-rw-r--r-- | Make.include | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Make.include b/Make.include index d365fa5..13c6c2f 100644 --- a/Make.include +++ b/Make.include @@ -6,7 +6,7 @@ PDSOURCE ?= /usr/local/src/pd/src EXT = pd_linux -LDFLAGS = -export-dynamic -shared +LDFLAGS = --export-dynamic -shared LIB = -ldl -lm -lpthread #select either the DBG and OPT compiler flags below: |