We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da25e20 commit 62cddf3Copy full SHA for 62cddf3
projects/dbus-broker/build.sh
@@ -54,8 +54,7 @@ if [[ "$SANITIZER" == undefined ]]; then
54
MESON_CXXFLAGS+=" $UBSAN_FLAGS"
55
fi
56
57
-# meson is pinned to get around https://github.com/mesonbuild/meson/issues/14533
58
-pip3 install meson==1.7.2 ninja
+pip3 install meson ninja
59
60
if ! CFLAGS="$MESON_CFLAGS" CXXFLAGS="$MESON_CXXFLAGS" LDFLAGS="$MESON_LDFLAGS" meson -Db_lundef=false -Dlauncher=false build; then
61
cat build/meson-logs/meson-log.txt
0 commit comments