Skip to content
Snippets Groups Projects
Commit 121fd266 authored by Campbell Barton's avatar Campbell Barton
Browse files

for the default make/cmake wrapper, use ../build_os rather then ../build/os

parent 417e99df
No related branches found
No related tags found
No related merge requests found
...@@ -19,9 +19,9 @@ ...@@ -19,9 +19,9 @@
# #
# ##### END GPL LICENSE BLOCK ##### # ##### END GPL LICENSE BLOCK #####
# This Makefile does an out-of-source CMake build in ../build/`OS`_`CPU` # This Makefile does an out-of-source CMake build in ../build_`OS`_`CPU`
# eg: # eg:
# ../build/Linux_i386 # ../build_linux_i386
# This is for users who like to configure & build blender with a single command. # This is for users who like to configure & build blender with a single command.
...@@ -40,7 +40,7 @@ ifndef BUILD_CMAKE_ARGS ...@@ -40,7 +40,7 @@ ifndef BUILD_CMAKE_ARGS
endif endif
ifndef BUILD_DIR ifndef BUILD_DIR
BUILD_DIR:=$(shell dirname $(BLENDER_DIR))/build/$(OS_NCASE) BUILD_DIR:=$(shell dirname $(BLENDER_DIR))/build_$(OS_NCASE)
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment