summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorAimee Linden <aimee@lindenlab.com>2010-08-13 13:13:11 +0100
committerAimee Linden <aimee@lindenlab.com>2010-08-13 13:13:11 +0100
commitb36224bda0953579badece7942efebc4f7d0dd87 (patch)
tree9e6e0c847fa5b05b5c0f4880f80eb0fc5d51c61e /build.sh
parenta646ad1343b703e5b0fb147b4a3a93ccfe2b8a25 (diff)
Use -DINSTALL_PROPRIETARY:BOOL=ON when calling develop.py from build.sh
Required because indra/cmake/Variables.cmake uses indra/Server.cmake as a flag to indicate this is an internal build, and set INSTALL_PROPRIETARY to download and install pre-built LLKDU, FMOD and Quicktime. We need a better way of doing that, but this should get things going for now.
Diffstat (limited to 'build.sh')
-rwxr-xr-x[-rw-r--r--]build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index a405ed56ee..a36d8bf1e2 100644..100755
--- a/build.sh
+++ b/build.sh
@@ -61,6 +61,7 @@ pre_build()
configure \
-DVIEWER_CHANNEL:STRING="$viewer_channel" \
-DVIEWER_LOGIN_CHANNEL:STRING="$login_channel" \
+ -DINSTALL_PROPRIETARY:BOOL=ON \
-DLOCALIZESETUP:BOOL=ON \
-DPACKAGE:BOOL=ON
end_section "Pre$variant"