mirror of
git://github.com/lxc/lxc
synced 2025-08-30 14:11:58 +00:00
build: add single option directly to static library
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
parent
4ad3a929d9
commit
1531f8d53d
@ -122,12 +122,10 @@ liblxc_sources = files(
|
|||||||
'uuid.c',
|
'uuid.c',
|
||||||
'uuid.h')
|
'uuid.h')
|
||||||
|
|
||||||
liblxc_c_args = ['-fvisibility=default']
|
|
||||||
|
|
||||||
liblxc_static = static_library(
|
liblxc_static = static_library(
|
||||||
'lxc_static',
|
'lxc_static',
|
||||||
liblxc_sources + include_sources,
|
liblxc_sources + include_sources,
|
||||||
install : false,
|
install : false,
|
||||||
include_directories : liblxc_includes,
|
include_directories : liblxc_includes,
|
||||||
dependencies : [threads],
|
dependencies : [threads],
|
||||||
c_args : liblxc_c_args)
|
c_args : '-fvisibility=default')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user