aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-06-12 05:03:04 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-06-12 05:03:04 +0000
commitff3f5793e738d798e6f05a1163fd6afca7262e74 (patch)
treed3c9f7a5a1a5fec48b2779ebd5f66bd2df989fd1
parent6025aed6c3e2ebb9ceb6d179930f3d5462cda058 (diff)
switching from -undefined error to -undefined dynamic_lookup to hopefully smooth loading libquicktime, etc
svn path=/trunk/externals/pdp/; revision=7764
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0bc8ad0..ab9c7e6 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ pdp_all:
darwin: pdp_all
rm -f pdp.pd_darwin
- $(CC) -o pdp.pd_darwin modules/*/*.o system/pdp.o system/*/*.o puredata/*.o $(PDP_LIBS) -bundle -undefined error -twolevel_namespace -bundle_loader $(PD_EXECUTABLE)
+ $(CC) -o pdp.pd_darwin modules/*/*.o system/pdp.o system/*/*.o puredata/*.o $(PDP_LIBS) -bundle -undefined dynamic_lookup -twolevel_namespace -bundle_loader $(PD_EXECUTABLE)
linux: pdp_all