mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
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/
|
||||
cd $out/Developer/SDKs/
|
||||
ln -s ${sdk}
|
||||
cp -r ${sdk} nix.nixpkgs.sdk
|
||||
'';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user