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:
Diffstat (limited to 'release')
-rw-r--r--release/Makefile1
-rw-r--r--release/plugins/bmake2
2 files changed, 2 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index 65e84c30a97..767518ffad0 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -145,6 +145,7 @@ endif
ifeq ($(OS),darwin)
@echo "----> Move .blender to .app/Contents/MacOS/"
+ @rm -fr $(DISTDIR)/blender$(EXT0)/Contents/MacOS/.blender
@mv $(DISTDIR)/.blender $(DISTDIR)/blender$(EXT0)/Contents/MacOS/
endif
diff --git a/release/plugins/bmake b/release/plugins/bmake
index 50f274ef395..6e65f0bcbc8 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="-flat_namespace -bundle -bundle_loader ../../blender.app/Contents/MacOS/blender -ldl -lm";
+ LDFLAGS="-flat_namespace -bundle -bundle_loader ../../blender.app/Contents/MacOS/blender -lm";
EXT="so";
fi