Skip to content

Commit

Permalink
add ldflags
Browse files Browse the repository at this point in the history
  • Loading branch information
dav009 committed Sep 30, 2023
1 parent 2353bd5 commit a479e6e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flake.nix
Expand Up @@ -33,6 +33,9 @@
'';
vendorSha256 =
"sha256-sjg+D0IIErl21HZjXBNKBTqXBZfy6w6EhHYS0seUE3k=";
ldflags = [
"-extldflags -static"
];
LD_LIBRARY_PATH = (pkgs.lib.strings.makeLibraryPath [
pkgs.stdenv.cc.cc.lib
pkgs.llvmPackages_14.libclang.lib
Expand Down

0 comments on commit a479e6e

Please sign in to comment.