Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Mein <mein@cs.umn.edu>2003-11-25 23:10:06 +0300
committerKent Mein <mein@cs.umn.edu>2003-11-25 23:10:06 +0300
commit9bcf2dcd1c81bc3d8b00ff1e4e1aff59d10dff23 (patch)
treef3c1cc1286a82804cda0ee160a26bdc300773436 /release/plugins
parentefa0a97dfba80d701e0074bf3ba63576ad96e146 (diff)
Douglas Bischoff's Fix for Plugins on OSX.
Kent
Diffstat (limited to 'release/plugins')
-rw-r--r--release/plugins/bmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/plugins/bmake b/release/plugins/bmake
index eeee92bc2f2..50f274ef395 100644
--- a/release/plugins/bmake
+++ b/release/plugins/bmake
@@ -74,7 +74,7 @@ elif ( test $UNAME = "Darwin" ) then
CC="cc";
CFLAGS="-fPIC -funsigned-char -O2 -fno-common";
LD="cc";
- LDFLAGS=" -bundle -bundle_loader ../../blender.app/Contents/MacOS/blender -lm";
+ LDFLAGS="-flat_namespace -bundle -bundle_loader ../../blender.app/Contents/MacOS/blender -ldl -lm";
EXT="so";
fi