Build: Change make deps HARVEST_TARGET to new Git LFS location

This commit is contained in:
Brecht Van Lommel 2024-06-18 18:20:54 +02:00
parent 355c7b788e
commit 44309ac7e1

View file

@ -196,7 +196,7 @@ ifndef DEPS_BUILD_DIR
endif
ifndef DEPS_INSTALL_DIR
DEPS_INSTALL_DIR:=$(shell dirname "$(BLENDER_DIR)")/lib/$(OS_LIBDIR)_$(CPU)
DEPS_INSTALL_DIR:=$(BLENDER_DIR)/lib/$(OS_LIBDIR)_$(CPU)
endif
# Set the LIBDIR, an empty string when not found.