diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-12-13 06:25:21 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-12-13 06:25:21 +0000 |
commit | dd0a7b6f8c429ba388dd9aef88ce91d1bcb1b23e (patch) | |
tree | 67480f9f4fba0f4fdc9c25e8f5340bbebc95191e /configure.ac | |
parent | b8575e4fca8c2eaf46f9691bf98c516b3f39a21a (diff) |
updated for building against 0.43
svn path=/trunk/externals/OSCx/; revision=14616
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4c4c37b..8abe700 100644 --- a/configure.ac +++ b/configure.ac @@ -116,7 +116,7 @@ else ;; *-*-darwin*) CFLAGS="$CFLAGS -DUNIX -Wall -Wimplicit -Wunused -Wmissing-prototypes -O3 " - LDFLAGS=" -bundle -bundle_loader ../../../pd/bin/pd -flat_namespace " + LDFLAGS=" -bundle -bundle_loader ../../../pd/src/pd -undefined dynamic_lookup " pd_suffix=pd_darwin LIBS="-lc -lm" ;; |