tayga: fix cross

This commit is contained in:
Jared Baur
2025-08-25 09:22:29 -07:00
parent d76b93ec4c
commit d1cf1c2e50
+2
View File
@@ -16,6 +16,8 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-xOm4fetFq2UGuhOojrT8WOcX78c6MLTMVbDv+O62x2E=";
};
makeFlags = [ "CC=${lib.getExe stdenv.cc}" ];
preBuild = ''
echo "#define TAYGA_VERSION \"${finalAttrs.version}\"" > version.h
'';