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:
authorTon Roosendaal <ton@blender.org>2004-07-17 15:23:57 +0400
committerTon Roosendaal <ton@blender.org>2004-07-17 15:23:57 +0400
commitc1bb49ab16515f54e41a71debfd5c06ef4f26236 (patch)
tree3d2793291c044da458443513763a3cb8bcbc8251 /extern
parentbaa2f99f079920d404af65798a8df3e82bcc6a48 (diff)
Fixed OSX ranlib line, to match commented out part in make libs
Diffstat (limited to 'extern')
-rw-r--r--extern/qhull/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/extern/qhull/src/Makefile b/extern/qhull/src/Makefile
index d6df5f2192b..a4f2aa4b5b9 100644
--- a/extern/qhull/src/Makefile
+++ b/extern/qhull/src/Makefile
@@ -52,7 +52,7 @@ install: all debug
# @$(NANBLENDERHOME)/intern/tools/cpifdiff.sh $(DIR)/debug/lib$(LIBNAME).a $(NAN_QHULL)/lib/debug/
ifeq ($(OS),darwin)
ranlib $(NAN_QHULL)/lib/lib$(LIBNAME).a
- ranlib $(NAN_QHULL)/lib/debug/lib$(LIBNAME).a
+# ranlib $(NAN_QHULL)/lib/debug/lib$(LIBNAME).a
endif
@$(NANBLENDERHOME)/intern/tools/cpifdiff.sh ../include/qhull/*.h $(NAN_QHULL)/include/qhull