Skip to content

Commit

Permalink
sasquatch: fix cross compilation (#352377)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Oct 31, 2024
2 parents 5fc3422 + 453727c commit a110d40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/by-name/sa/sasquatch/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit a110d40

Please sign in to comment.