From bd37b14e9217935b9d70faf04c835c9d4aeda9c7 Mon Sep 17 00:00:00 2001 From: "Nyx (Neal Orman)" <nyx@lindenlab.com> Date: Tue, 17 May 2011 17:25:38 -0400 Subject: [PATCH] BUILDFIX: copy/paste error in mesh autobuild.xml causes configure to fail. copy/paste error in autobuild.xml caused INSTALL_PROPRIETARY to be set to TRUE for OS builds. This causes configure to fail as llconvexdecomposition is not available to OS devs. Changing INSTALL_PROPRIETARY to false for OS devs so that llconvexdecompositionstub is used instead. problem only affects windows builds. --- autobuild.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/autobuild.xml b/autobuild.xml index 0e4db1bdca3..94c2fe1b9de 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -2317,7 +2317,6 @@ <string>-G</string> <string>"Visual Studio 10"</string> <string>-DUNATTENDED:BOOL=ON</string> - <string>-DINSTALL_PROPRIETARY=TRUE</string> <string>-DUSE_KDU=FALSE</string> <string>-DFMOD=FALSE</string> </array> -- GitLab