Actually set the execinfo flag on non-glibc systems
This commit is contained in:
parent
18d2035a3d
commit
a3b5353892
1 changed files with 1 additions and 0 deletions
|
@ -367,6 +367,7 @@ def configure(env: "Environment"):
|
||||||
# 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"])
|
||||||
|
|
Loading…
Reference in a new issue