projects
/
blender.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
baa2f99
)
Fixed OSX ranlib line, to match commented out part in make libs
author
Ton Roosendaal <ton@blender.org>
Sat, 17 Jul 2004 11:23:57 +0000
(11:23 +0000)
committer
Ton Roosendaal <ton@blender.org>
Sat, 17 Jul 2004 11:23:57 +0000
(11:23 +0000)
extern/qhull/src/Makefile
patch
|
blob
|
history
diff --git
a/extern/qhull/src/Makefile
b/extern/qhull/src/Makefile
index d6df5f2192b625541e922e73ea60683b4ffec4ad..a4f2aa4b5b9da72fa45f4c2ab41d69b3506b6036 100644
(file)
--- 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