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:
authorEd Halley <ed@halley.cc>2006-07-06 04:05:33 +0400
committerEd Halley <ed@halley.cc>2006-07-06 04:05:33 +0400
commitf12b19cc2d2ec731f5c2898b52d04e07412b4c66 (patch)
treebc83969651960b77068f6d2aeb7c1caea4b219d1 /intern/memutil
parent6f051c4dee956f101815f5e4720b75871e90d6d2 (diff)
Needed to add the conditional commands to ranlib for the darwin platforms.
Matches the example of the other intern/*/Makefile libraries.
Diffstat (limited to 'intern/memutil')
-rw-r--r--intern/memutil/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/intern/memutil/Makefile b/intern/memutil/Makefile
index 6c38296a6f6..57a8adc8e10 100644
--- a/intern/memutil/Makefile
+++ b/intern/memutil/Makefile
@@ -48,5 +48,9 @@ install: all debug
@[ -d $(NAN_MEMUTIL)/lib/debug ] || mkdir $(NAN_MEMUTIL)/lib/debug
@../tools/cpifdiff.sh $(DIR)/libmemutil.a $(NAN_MEMUTIL)/lib/
@../tools/cpifdiff.sh $(DIR)/debug/libmemutil.a $(NAN_MEMUTIL)/lib/debug
+ifeq ($(OS),darwin)
+ ranlib $(NAN_MEMUTIL)/lib/libmemutil.a
+ ranlib $(NAN_MEMUTIL)/lib/debug/libmemutil.a
+endif
@../tools/cpifdiff.sh *.h $(NAN_MEMUTIL)/include/