diff --git a/platform/x11/detect.py b/platform/x11/detect.py index b6c29da0ffe..da2e6a61b68 100644 --- a/platform/x11/detect.py +++ b/platform/x11/detect.py @@ -404,6 +404,7 @@ def configure(env): # The default crash handler depends on glibc, so if the host uses # 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.") + env["execinfo"] = True if env["execinfo"]: env.Append(LIBS=["execinfo"])