Skip to content

Commit

Permalink
build: Pass build_tests option to frigg
Browse files Browse the repository at this point in the history
  • Loading branch information
lzcunt committed Jan 1, 2025
1 parent 07f7cb1 commit f256a07
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=' + build_tests.to_string('enabled', 'disabled')
],
fallback: ['frigg', 'frigg_dep'],
)
libc_deps += frigg_dep
Expand Down

0 comments on commit f256a07

Please sign in to comment.