From 1cfe5567699fbd1ba096e4511454d3eba21ea77c Mon Sep 17 00:00:00 2001
From: Oz Linden <oz@lindenlab.com>
Date: Mon, 2 May 2011 09:25:08 -0400
Subject: [PATCH] STORM-1215: restore INSTALL_PROPRIETARY in Release builds,
 remove incorrect use of LL_RELEASE_FOR_DOWNLOAD from ReleaseOS

---
 autobuild.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/autobuild.xml b/autobuild.xml
index 2ac869b20af..7686b48cf5c 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>
-- 
GitLab