adv_cmds: fix xcbuild invocation
Need to set SYMROOT and OBJROOT
This commit is contained in:
parent
09136cd7de
commit
2a499ab411
@ -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
|
||||
'';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user