Skip to content

Commit

Permalink
Add libiconv dependency to Darwin CC toolchain
Browse files Browse the repository at this point in the history
It seems to be required only by Rust right now, but it might be because
we don't really test CC toolchain (see #209). Add it
for all Darwin targets for now to fix Rust case.
  • Loading branch information
YorikSar authored and avdv committed May 17, 2022
1 parent 734202f commit 88ecdfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions toolchains/cc/cc.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ let
-F${pkgs.darwin.apple_sdk.frameworks.CoreServices}/Library/Frameworks \
-F${pkgs.darwin.apple_sdk.frameworks.Security}/Library/Frameworks \
-F${pkgs.darwin.apple_sdk.frameworks.Foundation}/Library/Frameworks \
-L${pkgs.libiconv}/lib \
-L${pkgs.darwin.libobjc}/lib"
'';
cc =
Expand Down

0 comments on commit 88ecdfe

Please sign in to comment.