Merge pull request #4221 from hallyn/2022-11-11/staticlib

src/lxc/meson.build: fix the static library path
This commit is contained in:
Stéphane Graber 2022-11-12 12:14:30 -05:00 committed by GitHub
commit 8a49476094
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,