summaryrefslogtreecommitdiff
path: root/autobuild.xml
diff options
context:
space:
mode:
authorTodd Stinson <stinson@lindenlab.com>2012-03-20 17:38:58 -0700
committerTodd Stinson <stinson@lindenlab.com>2012-03-20 17:38:58 -0700
commit2f4ad07633264688f5335022f65bfab095c19815 (patch)
tree8a4e1a85508544a695459a02bb59c5990d9a3e1a /autobuild.xml
parenta2fc83de1e3f47accee9387f2710727edc9e27d4 (diff)
Cleaning up miscellaneous differences between the pathfinding repository and the latest viewer-development.
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>