Skip to content

Commit

Permalink
Update detect.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Chubercik committed May 7, 2024
1 parent ad8cbed commit 653827b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/linuxbsd/detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def configure(env: "SConsEnvironment"):

if not env["builtin_embree"] and env["arch"] in ["x86_64", "arm64"]:
# No pkgconfig file so far, hardcode expected lib name.
env.Append(LIBS=["embree3"])
env.Append(LIBS=["embree4"])

if not env["builtin_openxr"]:
env.ParseConfig("pkg-config openxr --cflags --libs")
Expand Down

0 comments on commit 653827b

Please sign in to comment.