Correct recent makefile OSX check

This commit is contained in:
Campbell Barton 2018-08-21 20:27:36 +10:00
parent 122ef17ab2
commit 45721499b3
1 changed files with 1 additions and 1 deletions

View File

@ -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"