From d18060e41c840f2e617c4e9a48b5070277fc24c5 Mon Sep 17 00:00:00 2001 From: Nat Goodspeed <nat@lindenlab.com> Date: Tue, 21 Feb 2017 12:15:47 -0500 Subject: [PATCH] DRTVWR-418: At Oz's request, turn off HAVOK for Mac builds. This is already done for TeamCity builds in build.sh, but since we don't yet have 64-bit Xcode 8 Mac Havok working in the viewer, make plain developer autobuild builds work also. --- autobuild.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/autobuild.xml b/autobuild.xml index 2e2f4f9a52f..975a4ebd64a 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -3357,6 +3357,7 @@ <array> <string>-G</string> <string>Xcode</string> + <string>-DHAVOK:BOOL=OFF</string> </array> </map> <key>default</key> @@ -3385,6 +3386,7 @@ <array> <string>-G</string> <string>Xcode</string> + <string>-DHAVOK:BOOL=OFF</string> </array> </map> <key>name</key> @@ -3419,6 +3421,7 @@ <array> <string>-G</string> <string>Xcode</string> + <string>-DHAVOK:BOOL=OFF</string> </array> </map> <key>name</key> @@ -3445,6 +3448,7 @@ <array> <string>-G</string> <string>Xcode</string> + <string>-DHAVOK:BOOL=OFF</string> </array> </map> <key>name</key> -- GitLab