summaryrefslogtreecommitdiff
path: root/autobuild.xml
diff options
context:
space:
mode:
Diffstat (limited to 'autobuild.xml')
-rw-r--r--autobuild.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/autobuild.xml b/autobuild.xml
index 89763c8973..a9d0508516 100644
--- a/autobuild.xml
+++ b/autobuild.xml
@@ -1861,6 +1861,10 @@
<map>
<key>command</key>
<string>xcodebuild</string>
+ <key>filters</key>
+ <array>
+ <string>setenv</string>
+ </array>
<key>options</key>
<array>
<string>-configuration Debug</string>
@@ -1911,6 +1915,10 @@
<map>
<key>command</key>
<string>xcodebuild</string>
+ <key>filters</key>
+ <array>
+ <string>setenv</string>
+ </array>
<key>options</key>
<array>
<string>-configuration RelWithDebInfo</string>
@@ -1963,6 +1971,10 @@
<map>
<key>command</key>
<string>xcodebuild</string>
+ <key>filters</key>
+ <array>
+ <string>setenv</string>
+ </array>
<key>options</key>
<array>
<string>-configuration Release</string>