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/keymaker/Makefile')
-rw-r--r--intern/keymaker/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/intern/keymaker/Makefile b/intern/keymaker/Makefile
index 0ed35bc2b44..21ff0c70192 100644
--- a/intern/keymaker/Makefile
+++ b/intern/keymaker/Makefile
@@ -73,6 +73,9 @@ install: all debug
@[ -d $(LCGDIR)/$(LIBNAME)/lib ] || mkdir $(LCGDIR)/$(LIBNAME)/lib
cp -f blenkey.h $(LCGDIR)/$(LIBNAME)/include/blenkey.h
cp -f $(LIB_a) $(LCGDIR)/$(LIBNAME)/lib/
+ifeq ($(OS),darwin)
+ ranlib $(LCGDIR)/$(LIBNAME)/lib/lib$(LIBNAME).a
+endif
$(DIR)/$(DEBUG_DIR)keyloader: $(LOADER_OBJS) $(LIB_a)
$(CC) $(LDFLAGS) -o $@ $(LOADER_OBJS) $(LIB_a) $(LIBS)