summaryrefslogtreecommitdiff
path: root/platform/linuxbsd
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-05-04 17:55:25 +0200
committerGitHub <noreply@github.com>2021-05-04 17:55:25 +0200
commitdfbabcdaeb9c6865d0643f8294c43b6d149d7490 (patch)
treec8350ce08b508b5614b14520d572d673d95a3cb6 /platform/linuxbsd
parent4472eb3e4f4c68c3f36382ed199a2d7b5f76ab9e (diff)
parent575543ce5359a21357d7760b18f9f4e5f9919c57 (diff)
Merge pull request #48453 from JFonS/improve_raycast_module_scsub
Port changes to the "raycast" module build files from 3.x
Diffstat (limited to 'platform/linuxbsd')
-rw-r--r--platform/linuxbsd/detect.py4
1 files changed, 4 insertions, 0 deletions
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