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:
authorCampbell Barton <ideasman42@gmail.com>2017-06-27 02:57:40 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-06-27 02:59:36 +0300
commite6be5b8a2cdbfb9e62ef6bed83da841846cdfd1e (patch)
tree83311b2dce654f76858888ae640baf661d55210c /GNUmakefile
parent03b46f7941e17906b193db39f1ff4339b02b58c6 (diff)
parentb796ce0f26c1bf206194eb8c004d214806c2828b (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 7ee011911f8..dbba6ffab8e 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -104,7 +104,7 @@ endif
CMAKE_CONFIG = cmake $(BUILD_CMAKE_ARGS) \
-H"$(BLENDER_DIR)" \
-B"$(BUILD_DIR)" \
- -DCMAKE_BUILD_TYPE:STRING=$(BUILD_TYPE)
+ -DCMAKE_BUILD_TYPE_INIT:STRING=$(BUILD_TYPE)
# -----------------------------------------------------------------------------