diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-05-08 15:42:11 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-05-08 15:42:11 -0400 |
commit | fe105060bb3fd75263c989e0fe6060280918d2bf (patch) | |
tree | 01591783e7310d60d00321e3fa48fe11858be541 /build.sh | |
parent | 51e86a0eff4e919075b32c498305add577450111 (diff) | |
parent | dc0b3aed4782e4e4835fd6b9d59d1d70b78be4a7 (diff) |
Merge branch 'nat/cleanup-timers' into lua-timers.
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -178,6 +178,7 @@ pre_build() "$autobuild" configure --quiet -c $variant \ ${eval_autobuild_configure_parameters:---} \ + -DLL_TESTS:BOOL=ON \ -DPACKAGE:BOOL=ON \ -DHAVOK:BOOL="$HAVOK" \ -DRELEASE_CRASH_REPORTING:BOOL="$RELEASE_CRASH_REPORTING" \ |