You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I build glib with meson_with_requirements, it causes gettext to be built 4 times with different configurations (should be 2 times.)
gettext is a dependency of both glib and pango, however, meson_with_requirements for glib altered the configuration and caused the gettext and all glib deps to be rebuilt with a different configuration.
When I build
glib
withmeson_with_requirements
, it causesgettext
to be built 4 times with different configurations (should be 2 times.)gettext
is a dependency of bothglib
andpango
, however,meson_with_requirements
forglib
altered the configuration and caused thegettext
and all glib deps to be rebuilt with a different configuration.diff between
darwin_arm64-fastbuild
anddarwin_arm64-fastbuild-ST-b86257f8ac8a
diff between
darwin_arm64-opt-exec-ST-986096e16e03
anddarwin_arm64-opt-exec-ST-a828a81199fe
.The text was updated successfully, but these errors were encountered: