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 bcaf178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ if not headers_only

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

0 comments on commit bcaf178

Please sign in to comment.