do not use ?: to stay compatible with meson 0.49

This commit is contained in:
ailin-nemui 2019-07-21 00:05:07 +02:00 committed by Ailin Nemui
commit 9a90213ba9
2 changed files with 19 additions and 4 deletions

View file

@ -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,