tinycc: fix static build

This commit is contained in:
happysalada
2023-05-16 06:24:35 -04:00
committed by Yt
parent aa0d00f547
commit c19d8926fd
@@ -75,7 +75,9 @@ stdenv.mkDerivation rec {
outputs = [ "out" "info" "man" ];
doCheck = true;
# Test segfault for static build
doCheck = !stdenv.hostPlatform.isStatic;
checkTarget = "test";
# https://www.mail-archive.com/tinycc-devel@nongnu.org/msg10142.html
preCheck = lib.optionalString (stdenv.isDarwin && stdenv.isx86_64) ''