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:27:36 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-08-21 13:27:36 +0300
commit45721499b3f7ac24fd301fe742175f1fb17040be (patch)
treed1f7ddf887cf94386e8f85681e7861cd9a25496b /GNUmakefile
parent122ef17ab201cabed12f2a6854050bf88f19bf78 (diff)
Correct recent makefile OSX check
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 2599cb19e3e..26d931ae664 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"