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:
authorKent Mein <mein@cs.umn.edu>2006-06-23 20:35:44 +0400
committerKent Mein <mein@cs.umn.edu>2006-06-23 20:35:44 +0400
commit43b0fb0b09a70d49c265af4099862b728886420a (patch)
tree6730b1b58b3d06b87c7a1a31b3698dd90b42dbf8 /extern/Makefile
parent3851ea07d42a51a6a34dce593cf9ac0681434341 (diff)
When I made solid and qhull not build when not needed I switched their
order around. solid depends on qhull headers so this fixes it. (you would only notice if you did not have the qhull headers in blender/../lib) Kent
Diffstat (limited to 'extern/Makefile')
-rw-r--r--extern/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/extern/Makefile b/extern/Makefile
index 7035fb4409f..6218f974aff 100644
--- a/extern/Makefile
+++ b/extern/Makefile
@@ -41,7 +41,7 @@ ifeq ($(WITH_FREETYPE2), true)
endif
ifneq ($(NAN_NO_KETSJI), true)
- DIRS += bullet solid qhull/src
+ DIRS += qhull/src solid bullet
endif
TARGET =