mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-04-28 12:52:23 +00:00
Merge pull request #4221 from hallyn/2022-11-11/staticlib
src/lxc/meson.build: fix the static library path
This commit is contained in:
commit
8a49476094
@ -149,7 +149,7 @@ if want_selinux and libselinux.found()
|
||||
endif
|
||||
|
||||
liblxc_static = static_library(
|
||||
'lxc_static',
|
||||
'lxc',
|
||||
liblxc_sources + include_sources + netns_ifaddrs_sources,
|
||||
install: true,
|
||||
include_directories: liblxc_includes,
|
||||
|
Loading…
Reference in New Issue
Block a user