mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 17:12:51 +02:00
use cc.links in meson.build to fix regression of meson 0.56
fixes #1235 reported by dcbaker
This commit is contained in:
parent
581c43ed1e
commit
0706ad14fc
1 changed files with 1 additions and 1 deletions
|
|
@ -363,7 +363,7 @@ if want_perl
|
||||||
version : perl_version)
|
version : perl_version)
|
||||||
|
|
||||||
####
|
####
|
||||||
if not cc.compiles('''
|
if not cc.links('''
|
||||||
#include <EXTERN.h>
|
#include <EXTERN.h>
|
||||||
#include <perl.h>
|
#include <perl.h>
|
||||||
int main()
|
int main()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue