mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
xcbuild: fix wrapper
need $wrapper/usr/bin to exist for some SDK stuff
This commit is contained in:
parent
77ac9c50dc
commit
d5dc446b38
@ -46,6 +46,9 @@ stdenv.mkDerivation {
|
|||||||
ln -s $file
|
ln -s $file
|
||||||
done
|
done
|
||||||
|
|
||||||
|
mkdir $out/usr
|
||||||
|
ln -s $out/bin $out/usr/bin
|
||||||
|
|
||||||
mkdir -p $out/Library/Xcode/
|
mkdir -p $out/Library/Xcode/
|
||||||
ln -s ${xcbuild}/Library/Xcode/Specifications $out/Library/Xcode/Specifications
|
ln -s ${xcbuild}/Library/Xcode/Specifications $out/Library/Xcode/Specifications
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user