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
path: root/extern
diff options
context:
space:
mode:
authorWouter van Heyst <larstiq-bforge@larstiq.dyndns.org>2003-03-27 22:35:47 +0300
committerWouter van Heyst <larstiq-bforge@larstiq.dyndns.org>2003-03-27 22:35:47 +0300
commita6acb198a80184367c2e4a589b1317c9bbe8895a (patch)
treecbab3cc13f7517ef386ef14379007293e17ea7b9 /extern
parent7cc9ff34d1ff6b15cafffdba4cf7361fc586b895 (diff)
Sigh, OSX and ranlib again
Diffstat (limited to 'extern')
-rw-r--r--extern/ode/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/extern/ode/Makefile b/extern/ode/Makefile
index 61526548153..3495d59231e 100644
--- a/extern/ode/Makefile
+++ b/extern/ode/Makefile
@@ -77,6 +77,9 @@ install: all
@$(CP) $(DISTDIR)/ode/src/joint.h $(NAN_ODE)/ode/src/
@$(CP) $(DISTDIR)/ode/src/objects.h $(NAN_ODE)/ode/src/
@$(CP) $(DISTDIR)/ode/src/obstack.h $(NAN_ODE)/ode/src/
+ ifeq ($(OS),darwin)
+ ranlib $(NAN_ODE)/lib/libode.a
+ endif
endif
ifeq ($(OS),windows)
@echo "====> $(MAKE) $@ in $(SOURCEDIR)"