hopefully fix library dependencies
This commit is contained in:
parent
c63d94a651
commit
3139582373
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ pkg_mod.generate(
|
||||||
filebase : meson.project_name(),
|
filebase : meson.project_name(),
|
||||||
description : project_description,
|
description : project_description,
|
||||||
subdirs : meson.project_name(),
|
subdirs : meson.project_name(),
|
||||||
libraries : raven_lib
|
libraries : [raven_dependencies, raven_lib]
|
||||||
)
|
)
|
||||||
|
|
||||||
executable(
|
executable(
|
||||||
|
|
Loading…
Reference in a new issue