diff --git a/meson.build b/meson.build index 89b6b08cf..925e1f537 100644 --- a/meson.build +++ b/meson.build @@ -105,7 +105,7 @@ suid_ldflags = [] dep_crypt = [] if freebsd == true or host_machine.system().startswith('pcbsd') dep_crypt = cc.find_library('crypt', required: true) - if cc.links('', args: '-fPIE', link_args: '-pie') == true + if cc.links('', args: ['-fPIE', '-pie']) == true suid_cflags = '-fPIE' suid_ldflags = '-pie' endif