From 575543ce5359a21357d7760b18f9f4e5f9919c57 Mon Sep 17 00:00:00 2001 From: jfons Date: Tue, 4 May 2021 12:06:54 +0200 Subject: Port changes to the "raycast" module build files from 3.x --- platform/linuxbsd/detect.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'platform/linuxbsd') diff --git a/platform/linuxbsd/detect.py b/platform/linuxbsd/detect.py index adbbcaac31..1876960c57 100644 --- a/platform/linuxbsd/detect.py +++ b/platform/linuxbsd/detect.py @@ -325,6 +325,10 @@ def configure(env): if not env["builtin_pcre2"]: env.ParseConfig("pkg-config libpcre2-32 --cflags --libs") + if not env["builtin_embree"]: + # No pkgconfig file so far, hardcode expected lib name. + env.Append(LIBS=["embree3"]) + ## Flags if os.system("pkg-config --exists alsa") == 0: # 0 means found -- cgit v1.2.3