Merge pull request #28868 from matthewbauer/xcbuild-fix-sdk
xcbuild: fix sdk dir name issue
This commit is contained in:
commit
86696e07c7
@ -228,6 +228,6 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
mkdir -p $out/Developer/SDKs/
|
mkdir -p $out/Developer/SDKs/
|
||||||
cd $out/Developer/SDKs/
|
cd $out/Developer/SDKs/
|
||||||
ln -s ${sdk}
|
cp -r ${sdk} nix.nixpkgs.sdk
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user