mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-19 19:00:38 +01:00
meson/build: fix c_args for libnmc
This used c_flags, which was previously defined by dispatcher/meson.build, something unrelated entirely.
This commit is contained in:
parent
16d649ea92
commit
ab2dcc3289
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ libnmc = static_library(
|
|||
'nmc',
|
||||
sources: sources,
|
||||
dependencies: common_deps + [libnm_libnm_core_aux_dep],
|
||||
c_args: c_flags,
|
||||
c_args: common_c_flags,
|
||||
link_depends: settings_docs_source,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue