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:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 2cd2c1a7443..4462a13207e 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -230,7 +230,7 @@ endif
# -----------------------------------------------------------------------------
# build tool
-ifeq "$(findstring ninja, $(MAKECMDGOALS))" ""
+ifneq "$(findstring ninja, $(MAKECMDGOALS))" ""
BUILD_CMAKE_ARGS:=$(BUILD_CMAKE_ARGS) -G Ninja
BUILD_COMMAND:=ninja
else