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