diff options
author | Oz Linden <oz@lindenlab.com> | 2018-04-13 10:31:49 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2018-04-13 10:31:49 -0400 |
commit | d71da863c9341aeaa64ec64119601d158affe747 (patch) | |
tree | 6423d25be982c812e12314093bbe74f6461ffad7 /autobuild.xml | |
parent | 2c536cd91dcdb89319fc569f34ee49cfaccd8a5d (diff) |
remove filter from the xcodebuild execution; it serves no useful purpose
Diffstat (limited to 'autobuild.xml')
-rw-r--r-- | autobuild.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/autobuild.xml b/autobuild.xml index ba97ad6010..56e3999dbd 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -3662,10 +3662,6 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string> <map> <key>command</key> <string>xcodebuild</string> - <key>filters</key> - <array> - <string>setenv</string> - </array> <key>options</key> <array> <string>-configuration</string> @@ -3722,10 +3718,6 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string> <map> <key>command</key> <string>xcodebuild</string> - <key>filters</key> - <array> - <string>setenv</string> - </array> <key>options</key> <array> <string>-configuration</string> |