From: Pavel Hrdina Date: Thu, 8 Oct 2020 11:49:47 +0000 (+0200) Subject: meson: no need to call meson.get_compiler() again X-Git-Tag: v6.9.0-rc1~211 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87e855a4e9ae5faf0d74ef6360d8bd51924a4e59;p=thirdparty%2Flibvirt.git meson: no need to call meson.get_compiler() again Signed-off-by: Pavel Hrdina Reviewed-by: Andrea Bolognani --- diff --git a/meson.build b/meson.build index d0e977f7bd..e5a8316668 100644 --- a/meson.build +++ b/meson.build @@ -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'