diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2016-12-20 16:46:06 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2016-12-20 16:46:06 -0500 |
commit | 7359ec3ed8bef0eca971f380e6d0a28a26705bf9 (patch) | |
tree | d144c97472e88e957aaf33dfc168daa176999e87 | |
parent | e575abe99f15adba967342ad3646ba57040c778e (diff) |
DRTVWR-418: Temporarily suppress Havok in darwin64 builds.
-rw-r--r-- | autobuild.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/autobuild.xml b/autobuild.xml index 41112095e7..9c1ec75c10 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -3420,6 +3420,7 @@ <array> <string>-G</string> <string>Xcode</string> + <string>-DHAVOK:BOOL=FALSE</string> </array> </map> <key>default</key> @@ -3482,6 +3483,7 @@ <array> <string>-G</string> <string>Xcode</string> + <string>-DHAVOK:BOOL=FALSE</string> </array> </map> <key>name</key> |