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>2018-08-21 13:28:28 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-08-21 13:28:28 +0300
commit8926aa6f67243c1c9f06b7b40fb2b0fc4b673374 (patch)
tree0190eeac371b5c693befc2e26337a18d597ea0ad /GNUmakefile
parent15acbbdc1ecda8d1fe8df8b6bd4d8c4f1d26ae89 (diff)
parent45721499b3f7ac24fd301fe742175f1fb17040be (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 6485e90ea74..4b90e07cda6 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -92,7 +92,7 @@ endif
# -----------------------------------------------------------------------------
# Blender binary path
-ifeq ($(OS), darwin)
+ifeq ($(OS), Darwin)
BLENDER_BIN="$(BUILD_DIR)/bin/blender.app/Contents/MacOS/blender"
else
BLENDER_BIN="$(BUILD_DIR)/bin/blender"