Skip to content

Commit

Permalink
add a linker?
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Sep 13, 2023
1 parent d776d3d commit e352a20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@
nativeConfig = environment // config // {
CARGO_BUILD_TARGET = "aarch64-apple-darwin";

CARGO_TARGET_AARCH64_APPLE_DARWIN_LINKER = "${pkgs.stdenv.cc.targetPrefix}cc";

nativeBuildInputs = [ ];

buildInputs = [ ] ++ extraBuildInputs;
Expand Down

0 comments on commit e352a20

Please sign in to comment.