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:
authorTon Roosendaal <ton@blender.org>2004-04-29 23:41:40 +0400
committerTon Roosendaal <ton@blender.org>2004-04-29 23:41:40 +0400
commitab4bf7f864d75fb9c34ef095d47a8613aa8b1d8b (patch)
tree8b94dcd7b30538905e8cb0f3754de80b621d162b /release
parentdd539a8e63cc256f090efdaa5b161a05cc63f213 (diff)
And another error in creating 'release' for MacOS
Diffstat (limited to 'release')
-rw-r--r--release/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index d5fdc995195..e3a9aacc23d 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -146,7 +146,7 @@ endif
ifneq ($(NOSTRIP),true)
@echo "----> Strip blender executable"
ifeq ($(OS),darwin)
- @strip -x $(OCGDIR)/bin/blender$(EXT0)/Contents/MacOS/blender
+ @strip -x $(DISTDIR)/blender$(EXT0)/Contents/MacOS/blender
else
@strip -x $(DISTDIR)/blender$(EXT0)
endif