mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
do not use ?: to stay compatible with meson 0.49
This commit is contained in:
parent
66ac295818
commit
9a90213ba9
2 changed files with 19 additions and 4 deletions
|
|
@ -26,7 +26,7 @@ shared_module('perl_core',
|
|||
],
|
||||
c_args : [
|
||||
def_scriptdir,
|
||||
'-D' + 'PERL_USE_LIB' + '="' + (set_perl_use_lib ? perl_use_lib : '') + '"',
|
||||
def_perl_use_lib,
|
||||
'-D' + 'PERL_STATIC_LIBS' + '=' + 0.to_string(),
|
||||
],
|
||||
include_directories : rootinc,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue