diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-06-12 05:03:04 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-06-12 05:03:04 +0000 |
commit | ff3f5793e738d798e6f05a1163fd6afca7262e74 (patch) | |
tree | d3c9f7a5a1a5fec48b2779ebd5f66bd2df989fd1 /Makefile | |
parent | 6025aed6c3e2ebb9ceb6d179930f3d5462cda058 (diff) |
switching from -undefined error to -undefined dynamic_lookup to hopefully smooth loading libquicktime, etc
svn path=/trunk/externals/pdp/; revision=7764
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |