[libvirt PATCH 04/15] meson: no need to call meson.get_compiler() again

Pavel Hrdina phrdina at redhat.com
Thu Oct 8 13:58:53 UTC 2020


Signed-off-by: Pavel Hrdina <phrdina at redhat.com>
---
 meson.build | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meson.build b/meson.build
index a5ce8e17a8..48d0d00288 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'
-- 
2.26.2




More information about the libvir-list mailing list