--- trunk/include/meson.sminc 2017/10/12 11:38:00 29793 +++ trunk/include/meson.sminc 2017/10/12 11:56:55 29796 @@ -66,7 +66,7 @@ if [[ ${MULTILIB_BUILD} = true ]] then - ABI_DO_NOT_ENTER_SRCDIR=false all-abis meson setup ${default_opts} ${configure_opts} ${SRCDIR}-$(mabi)/${SRCSUBDIR} || die + all-abis meson setup ${default_opts} ${configure_opts} ${SRCDIR}-$(mabi)/${SRCSUBDIR} || die else meson setup ${default_opts} ${configure_opts} ${SRCDIR}/${SRCSUBDIR} || die fi