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:
authorMatt Ebb <matt@mke3.net>2009-08-03 08:55:32 +0400
committerMatt Ebb <matt@mke3.net>2009-08-03 08:55:32 +0400
commit851fac055ca54a02fdd9e1202470e9dbd7e212a2 (patch)
tree296ef0276914e8e7772f8cf543f766943e01169e
parent4ee4dc355ccc5194b22635647202ce0eff86448e (diff)
* unzip osx python modules on make release, too
-rw-r--r--release/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/release/Makefile b/release/Makefile
index 2d688211b9c..d9631dc895f 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -166,6 +166,12 @@ endif
@echo "----> Copy python UI files"
@[ ! -d ui ] || cp -r ui $(CONFDIR)/ui
+
+ ifeq ($(OS),darwin)
+ @echo "----> Copy python modules"
+ @mkdir $(CONFDIR)/python/
+ @unzip -q $(LCGDIR)/release/python.zip -d $(CONFDIR)/python/
+ endif
ifeq ($(OS),darwin)
@echo "----> Move .blender to .app/Contents/MacOS/"