uhexen2: fix build (#520871)

This commit is contained in:
Atemu
2026-05-16 15:02:38 +00:00
committed by GitHub
+2
View File
@@ -45,6 +45,8 @@ stdenv.mkDerivation {
)
'';
NIX_CFLAGS_COMPILE = "-std=gnu17";
buildPhase = ''
runHook preBuild
for makefile in "''${makeFiles[@]}"; do