diff options
author | Oz Linden <oz@lindenlab.com> | 2011-05-02 09:25:08 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-05-02 09:25:08 -0400 |
commit | 1cfe5567699fbd1ba096e4511454d3eba21ea77c (patch) | |
tree | 656955cb03e616c6589039806d61e327f8cbc163 /autobuild.xml | |
parent | 5b3b0a6f2aa1c5fd44cadf8cebf5dea6b04fb1ab (diff) |
STORM-1215: restore INSTALL_PROPRIETARY in Release builds, remove incorrect use of LL_RELEASE_FOR_DOWNLOAD from ReleaseOS
Diffstat (limited to 'autobuild.xml')
-rw-r--r-- | autobuild.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autobuild.xml b/autobuild.xml index 2ac869b20a..7686b48cf5 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -1674,6 +1674,7 @@ <string>-DCMAKE_BUILD_TYPE:STRING=Release</string> <string>-DWORD_SIZE:STRING=32</string> <string>-DROOT_PROJECT_NAME:STRING=SecondLife</string> + <string>-DINSTALL_PROPRIETARY=TRUE</string> </array> </map> <key>name</key> @@ -1691,7 +1692,6 @@ <string>-DWORD_SIZE:STRING=32</string> <string>-DROOT_PROJECT_NAME:STRING=SecondLife</string> <string>-DINSTALL_PROPRIETARY=FALSE</string> - <string>-DLL_RELEASE_FOR_DOWNLOAD:BOOL=YES</string> </array> <key>arguments</key> <array> |