adv_cmds: fix xcbuild invocation

Need to set SYMROOT and OBJROOT
This commit is contained in:
Matthew Bauer 2018-04-15 23:21:00 -05:00
parent 09136cd7de
commit 2a499ab411

View File

@ -27,7 +27,7 @@ appleDerivation {
| grep -v -e Desktop -e Embedded -e mklocale -e colldef)
for i in $targets; do
xcodebuild -target $i
xcodebuild SYMROOT=$PWD/Products OBJROOT=$PWD/Intermediates -target $i
done
'';