Skip to content

Commit

Permalink
ios-cross: Expose the SDK directory via ccCross
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed Jan 23, 2017
1 parent 33f4728 commit b82d6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/os-specific/darwin/ios-cross/default.nix
Expand Up @@ -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
Expand Down

0 comments on commit b82d6b3

Please sign in to comment.