Explorar o código

Actually set the execinfo flag on non-glibc systems

(cherry picked from commit a3b53538920e1a60102623a894533da76f127c22)
Riteo %!s(int64=2) %!d(string=hai) anos
pai
achega
d69a9f43ea
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      platform/x11/detect.py

+ 1 - 0
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"])