xcbuild: 0ab861ab -> 0.1.1 (#21895)

* xcbuild: add xcode-select wrapper
* xcbuild: update to 0.1.1
This commit is contained in:
Matthew Justin Bauer
2017-01-19 22:21:00 +01:00
committed by Robin Gloster
parent 003ae42ae6
commit 10cfe945fe
2 changed files with 7 additions and 4 deletions
+2 -1
View File
@@ -60,7 +60,8 @@ stdenv.mkDerivation {
--add-flags "DERIVED_DATA_DIR=." \
--set DEVELOPER_DIR "$out"
wrapProgram $out/bin/xcrun \
--add-flags "-sdk ${sdkName}" \
--set DEVELOPER_DIR "$out"
wrapProgram $out/bin/xcode-select \
--set DEVELOPER_DIR "$out"
'';