Build: Use a different folder per architecture for "make deps"
To avoid accidentally trying to build different archs in the same folder.
This commit is contained in:
@@ -192,7 +192,7 @@ endif
|
||||
DEPS_SOURCE_DIR:=$(BLENDER_DIR)/build_files/build_environment
|
||||
|
||||
ifndef DEPS_BUILD_DIR
|
||||
DEPS_BUILD_DIR:=$(BUILD_DIR)/deps
|
||||
DEPS_BUILD_DIR:=$(BUILD_DIR)/deps_$(CPU)
|
||||
endif
|
||||
|
||||
ifndef DEPS_INSTALL_DIR
|
||||
|
||||
Reference in New Issue
Block a user