Skip to content

Commit

Permalink
build: Disable frigg's build_tests
Browse files Browse the repository at this point in the history
This removes an unnecessary dependency on gtest.
  • Loading branch information
lzcunt committed Jan 5, 2025
1 parent 07f7cb1 commit edf7b20
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ if not headers_only

frigg_dep = dependency(
'frigg',
default_options: ['frigg_no_install=true'],
default_options: [
'frigg_no_install=true',
'build_tests=disabled'
],
fallback: ['frigg', 'frigg_dep'],
)
libc_deps += frigg_dep
Expand Down

0 comments on commit edf7b20

Please sign in to comment.