mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-04-01 20:05:19 +00:00
meson: no need to call meson.get_compiler() again
Signed-off-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
d3f8ddbfdf
commit
87e855a4e9
@ -1153,7 +1153,6 @@ endif
|
||||
libxml_version = '2.9.1'
|
||||
libxml_dep = dependency('libxml-2.0', version: '>=' + libxml_version)
|
||||
|
||||
cc = meson.get_compiler('c')
|
||||
m_dep = cc.find_library('m', required : false)
|
||||
|
||||
netcf_version = '0.1.8'
|
||||
|
Loading…
x
Reference in New Issue
Block a user