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

@@ -40,7 +40,7 @@ class Fragments < Package
def self.build
system "meson setup #{CREW_MESON_OPTIONS} builddir"
system 'meson configure builddir'
system 'meson configure --no-pager builddir'
system "#{CREW_NINJA} -C builddir"
end