mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
ios-cross: Expose the SDK directory via ccCross
This commit is contained in:
parent
33f4728a6c
commit
b82d6b3a0a
@ -45,7 +45,7 @@
|
||||
'';
|
||||
};
|
||||
in {
|
||||
cc = runCommand "${prefix}-cc" {} ''
|
||||
cc = runCommand "${prefix}-cc" { passthru = { inherit sdkType sdkVer sdk; }; } ''
|
||||
mkdir -p $out/bin
|
||||
ln -sv ${wrapper}/bin/clang $out/bin/${prefix}-cc
|
||||
mkdir -p $out/nix-support
|
||||
|
Loading…
Reference in New Issue
Block a user