diff --git a/config/functions b/config/functions index 95d8c78d19..61306a5898 100644 --- a/config/functions +++ b/config/functions @@ -609,13 +609,16 @@ EOF } create_meson_conf_target() { + local linker="$(get_target_linker)" local properties properties="PKG_MESON_PROPERTIES_${1^^}" cat > $2 <