Skip to content

Commit

Permalink
minor fix for ubuntu arm nix build
Browse files Browse the repository at this point in the history
  • Loading branch information
neodix42 committed May 26, 2024
1 parent 9cb93b9 commit 4517cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assembly/nix/linux-arm64-static.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ stdenv.mkDerivation {
doCheck = testing;

LDFLAGS = [
"-static-libgcc" "-static-libstdc++" "-fPIC"
"-static-libgcc" "-static-libstdc++" "-static"
];
}

0 comments on commit 4517cbb

Please sign in to comment.