star-build

Automation tool for project installation
git clone git://git.meso-star.fr/star-build.git
Log | Files | Refs | README | LICENSE

commit b08fc25d95efd7a69b9954cf27c38ea360ff4101
parent 44aa105bd30d5af2c1404d413c65d6568e5c73e7
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 30 Jul 2024 14:56:28 +0200

Correction of Embree's cached directory

Following a copy/paste problem, the directory was defined using an
erroneous macro.

Diffstat:
Msrc/embree4.mk.in | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/embree4.mk.in b/src/embree4.mk.in @@ -21,7 +21,7 @@ EMBREE_URL_OFFLINE = $(MIRROR)/embree EMBREE_URL = $(EMBREE_URL_$(NETWORK)) # Helper macros -EMBREE_DIR = $(CACHE)/embree/$(SLEEF_TAG) +EMBREE_DIR = $(CACHE)/embree/$(EMBREE_TAG) EMBREE_CMAKE_OPTIONS =\ -G "Unix Makefiles"\ -DCMAKE_BUILD_TYPE=Release\