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

Merge pull request #1245 from ailin-nemui/meson-cc-links

use cc.links in meson.build to fix regression of meson 0.56
This commit is contained in:
ailin-nemui 2021-01-04 10:17:51 +01:00 committed by GitHub
commit 9f1822be3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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()