summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorBrad Linden <brad@lindenlab.com>2025-10-01 17:50:28 -0700
committerBrad Linden <brad@lindenlab.com>2025-10-01 18:01:19 -0700
commit589498fece769446310c085e9feb08ccd8400c2c (patch)
tree489418a01fbca2802fc1de6bc537e9a523409aad /build.sh
parent420bc85f97c0c19ffca4b4f26b70d171f7d5761e (diff)
Reenable havok llphysicsextensions on Darwin x86_64 with llphysicsextensions_stub used for aarch64
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 36e332cf42..325386e7e9 100755
--- a/build.sh
+++ b/build.sh
@@ -158,7 +158,6 @@ pre_build()
if [[ "$arch" == "Darwin" ]]
then
- HAVOK=OFF
SIGNING=("-DENABLE_SIGNING:BOOL=YES" \
"-DSIGNING_IDENTITY:STRING=Developer ID Application: Linden Research, Inc.")
fi