diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2017-02-21 12:15:47 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2017-02-21 12:15:47 -0500 |
commit | d18060e41c840f2e617c4e9a48b5070277fc24c5 (patch) | |
tree | b1930366ce85924f24f578304f19757f5f42f607 /autobuild.xml | |
parent | 9472098e81b3381803237d2a87a4c5de6164b48d (diff) |
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.
Diffstat (limited to 'autobuild.xml')
-rw-r--r-- | autobuild.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/autobuild.xml b/autobuild.xml index 2e2f4f9a52..975a4ebd64 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> |