1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00

Merge pull request #48453 from JFonS/improve_raycast_module_scsub

Port changes to the "raycast" module build files from 3.x
This commit is contained in:
Rémi Verschelde
2021-05-04 17:55:25 +02:00
committed by GitHub
5 changed files with 118 additions and 98 deletions

View File

@@ -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