From 0706ad14fcaa24cd97852851f8580f20416f3c76 Mon Sep 17 00:00:00 2001 From: Ailin Nemui Date: Mon, 4 Jan 2021 08:37:56 +0100 Subject: [PATCH] use cc.links in meson.build to fix regression of meson 0.56 fixes #1235 reported by dcbaker --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index cb3c3c0c..026028f9 100644 --- a/meson.build +++ b/meson.build @@ -363,7 +363,7 @@ if want_perl version : perl_version) #### - if not cc.compiles(''' + if not cc.links(''' #include #include int main()