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/Makefile')
-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/"