You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Actually set the execinfo flag on non-glibc systems
(cherry picked from commit a3b5353892)
This commit is contained in:
@@ -404,6 +404,7 @@ def configure(env):
|
|||||||
# The default crash handler depends on glibc, so if the host uses
|
# The default crash handler depends on glibc, so if the host uses
|
||||||
# a different libc (BSD libc, musl), fall back to libexecinfo.
|
# a different libc (BSD libc, musl), fall back to libexecinfo.
|
||||||
print("Note: Using `execinfo=yes` for the crash handler as required on platforms where glibc is missing.")
|
print("Note: Using `execinfo=yes` for the crash handler as required on platforms where glibc is missing.")
|
||||||
|
env["execinfo"] = True
|
||||||
|
|
||||||
if env["execinfo"]:
|
if env["execinfo"]:
|
||||||
env.Append(LIBS=["execinfo"])
|
env.Append(LIBS=["execinfo"])
|
||||||
|
|||||||
Reference in New Issue
Block a user