diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-05-07 16:49:49 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-05-07 16:49:49 -0400 |
commit | a9900fa8ce0ec932d05b01bed40b946c1ec13078 (patch) | |
tree | 7712df90eb34795b1920f4a3e7d0274f8e0f698d /build.sh | |
parent | d4f384b4ec55758a7f2ca4338894ea6cacc98eec (diff) | |
parent | 10aa7f4254fd04c24f15f507188705146f92ee60 (diff) |
Merge remote-tracking branch 'origin/main' into nat/cleanup-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" \ |