Skip to content

Commit

Permalink
Merge pull request lxc#4221 from hallyn/2022-11-11/staticlib
Browse files Browse the repository at this point in the history
src/lxc/meson.build: fix the static library path
  • Loading branch information
stgraber authored Nov 12, 2022
2 parents fbed9bb + 64eb31d commit 8a49476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lxc/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8a49476

Please sign in to comment.