summaryrefslogtreecommitdiff
path: root/build.sh
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 /build.sh
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 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 0880732a4f..c1a151538e 100755
--- a/build.sh
+++ b/build.sh
@@ -18,7 +18,7 @@
build_dir_Darwin()
{
- echo build-darwin-i386
+ echo build-darwin-x86_64
}
build_dir_Linux()