diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-05-14 08:50:04 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-05-14 11:24:35 +0300 |
commit | 82d713782529074b03720833038cb0df2b8bcffd (patch) | |
tree | 118d954a80c024fbf8c0de2942a2972140f54ccf /build.sh | |
parent | 2c52f6e323c0917fe61ab0a247dddd9df89414c6 (diff) |
#1457 Fix the tests on mac
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" \ |