Skip to content

Commit

Permalink
override libobsd and libbsd-overlay in meson
Browse files Browse the repository at this point in the history
  • Loading branch information
guijan committed Dec 27, 2024
1 parent 105340d commit 04eed07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ libobsd_dep = declare_dependency(link_with: libobsd,
include_directories: incdir,
sources: gen_inc,
compile_args: user_args)
meson.override_dependency('libbsd-overlay', libobsd_dep)
meson.override_dependency('libobsd', libobsd_dep)

subdir('test')

Expand Down

0 comments on commit 04eed07

Please sign in to comment.