Commit 2a499ab4 authored by Matthew Bauer's avatar Matthew Bauer
Browse files

adv_cmds: fix xcbuild invocation

Need to set SYMROOT and OBJROOT
parent 09136cd7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
  '';