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 'intern/string')
-rw-r--r--intern/string/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/intern/string/Makefile b/intern/string/Makefile
index b2ae80e2179..1079e3a281a 100644
--- a/intern/string/Makefile
+++ b/intern/string/Makefile
@@ -48,5 +48,9 @@ install: all debug
@[ -d $(NAN_STRING)/lib/debug ] || mkdir $(NAN_STRING)/lib/debug
cp -f $(DIR)/libstring.a $(NAN_STRING)/lib/
cp -f $(DIR)/debug/libstring.a $(NAN_STRING)/lib/debug/
+ifeq ($(OS),darwin)
+ ranlib $(NAN_STRING)/lib/libstring.a
+ ranlib $(NAN_STRING)/lib/debug/libstring.a
+endif
cp -f *.h $(NAN_STRING)/include/