mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Port changes to the "raycast" module build files from 3.x
This commit is contained in:
parent
b5e4d63a0b
commit
575543ce53
5 changed files with 118 additions and 98 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue