From dd0a7b6f8c429ba388dd9aef88ce91d1bcb1b23e Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 13 Dec 2010 06:25:21 +0000 Subject: updated for building against 0.43 svn path=/trunk/externals/OSCx/; revision=14616 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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" ;; -- cgit v1.2.1