sasquatch: fix cross compilation (#352377)

This commit is contained in:
Nick Cao
2024-10-31 14:46:11 -04:00
committed by GitHub
+1
View File
@@ -51,6 +51,7 @@ let
"LZO_SUPPORT=1"
"XZ_SUPPORT=1"
"ZSTD_SUPPORT=1"
"AR:=$(AR)"
];
env.NIX_CFLAGS_COMPILE = lib.optionalString bigEndian "-DFIX_BE";