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