mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
sasquatch: fix cross compilation
This commit is contained in:
parent
6531b95ebc
commit
453727c3f6
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user