Add --no-pager to meson configure lines (#8772)

* Add --no-pager to meson configure lines

* bump crew version
This commit is contained in:
Satadru Pramanik, DO, MPH, MEng
2023-10-13 11:57:12 -04:00
committed by GitHub
parent 7bf99a15c7
commit c935f6f2ab
149 changed files with 149 additions and 149 deletions

View File

@@ -33,7 +33,7 @@ class Peek < Package
system "mold -run meson setup #{CREW_MESON_OPTIONS} \
-Dbuild-tests=false \
builddir"
system 'meson configure builddir'
system 'meson configure --no-pager builddir'
system "#{CREW_NINJA} -C builddir"
end