diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2016-11-29 16:19:46 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2016-11-29 16:19:46 -0500 |
commit | 4d859d58bb379645b7d0adceee7a2a86f25ccda3 (patch) | |
tree | 8b847c623121785662dd81cd6c1f3413f2ad5391 /autobuild.xml | |
parent | 6979fc56679d4a86451e46d511b133ac02152184 (diff) |
DRTVWR-418: Rename darwin platform to darwin64.
We never intend to support 32-bit Mac builds any more.
This change eliminates the autobuild warning about not finding darwin64 and
therefore falling back on plain darwin.
Diffstat (limited to 'autobuild.xml')
-rw-r--r-- | autobuild.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autobuild.xml b/autobuild.xml index 84cccf1579..64545668ee 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -3362,7 +3362,7 @@ <key>name</key> <string>common</string> </map> - <key>darwin</key> + <key>darwin64</key> <map> <key>build_directory</key> <string>build-darwin-i386</string> @@ -3490,7 +3490,7 @@ </map> </map> <key>name</key> - <string>darwin</string> + <string>darwin64</string> </map> <key>linux</key> <map> |