1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-09 06:20:45 +00:00

use cc.links in meson.build to fix regression of meson 0.56

fixes #1235 reported by dcbaker
This commit is contained in:
Ailin Nemui 2021-01-04 08:37:56 +01:00
parent 581c43ed1e
commit 0706ad14fc

View File

@ -363,7 +363,7 @@ if want_perl
version : perl_version)
####
if not cc.compiles('''
if not cc.links('''
#include <EXTERN.h>
#include <perl.h>
int main()