xcbuild: fix wrapper

need $wrapper/usr/bin to exist for some SDK stuff
This commit is contained in:
Matthew Bauer 2018-04-08 22:45:24 -05:00
parent 77ac9c50dc
commit d5dc446b38

View File

@ -46,6 +46,9 @@ stdenv.mkDerivation {
ln -s $file
done
mkdir $out/usr
ln -s $out/bin $out/usr/bin
mkdir -p $out/Library/Xcode/
ln -s ${xcbuild}/Library/Xcode/Specifications $out/Library/Xcode/Specifications