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:
-rw-r--r--extern/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/extern/Makefile b/extern/Makefile
index 53abb0b1b3c..7035fb4409f 100644
--- a/extern/Makefile
+++ b/extern/Makefile
@@ -34,20 +34,17 @@ include nan_definitions.mk
SOURCEDIR = extern
DIR = $(OCGDIR)/extern
-DIRS = qhull/src solid
+DIRS =
ifeq ($(WITH_FREETYPE2), true)
DIRS += bFTGL/src
endif
ifneq ($(NAN_NO_KETSJI), true)
- DIRS += bullet
+ DIRS += bullet solid qhull/src
endif
TARGET =
-ifneq ($(OS),irix)
- TARGET=solid
-endif
all::
@[ -d $(OCGDIR)/extern ] || mkdir -p $(OCGDIR)/extern