Skip to content

Commit

Permalink
Fix static LZ4 for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
tvorogme committed Oct 1, 2024
1 parent 73be749 commit e7fcf1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assembly/nix/static-libs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let
configureFlags = (oldAttrs.configureFlags or []) ++ ["--enable-static" "--disable-shared"];
});

staticLZ4 = lz4.overrideAttrs (oldAttrs: rec {
staticLZ4 = pkgs.lz4.overrideAttrs (oldAttrs: rec {
# Disable shared library building and ensure a static build
buildInputs = oldAttrs.buildInputs or [];

Expand Down

0 comments on commit e7fcf1a

Please sign in to comment.