summaryrefslogtreecommitdiff
path: root/autobuild.xml
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2016-12-08 12:31:30 -0500
committerNat Goodspeed <nat@lindenlab.com>2016-12-08 12:31:30 -0500
commite6513c1eee4800b41fbdd0c45b7bfca38601a884 (patch)
tree9612f2af8bea3d924934be8b04a0d6b98cfc7c01 /autobuild.xml
parentba83360f56de6c5881934247df5290fddf0e0270 (diff)
DRTVWR-418: Change Mac build_directory to build-darwin-x86_64
since we no longer support 32-bit Mac builds. The old build-darwin-i386 directory name appeared in a shocking number of files. Change CMake paths to use ${CMAKE_BINARY_DIR} -- or, when trying to find the packages subdirectory, ${AUTOBUILD_INSTALL_DIR}. Change the rest to at least look for build-darwin-*.
Diffstat (limited to 'autobuild.xml')
-rw-r--r--autobuild.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/autobuild.xml b/autobuild.xml
index 0dbe719907..4ccbd25e60 100644
--- a/autobuild.xml
+++ b/autobuild.xml
@@ -3377,7 +3377,7 @@
<key>darwin64</key>
<map>
<key>build_directory</key>
- <string>build-darwin-i386</string>
+ <string>build-darwin-x86_64</string>
<key>configurations</key>
<map>
<key>RelWithDebInfo</key>