lib/expat/meson.build: propagate the libexpat dependency
Fixes the build with libexpat from Meson wrap.
This commit is contained in:
parent
520028dcfc
commit
9ea1578a97
@ -18,4 +18,7 @@ expat = static_library(
|
||||
|
||||
expat_dep = declare_dependency(
|
||||
link_with: expat,
|
||||
dependencies: [
|
||||
expat_dep,
|
||||
]
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user