mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
Add --no-pager to meson configure lines (#8772)
* Add --no-pager to meson configure lines * bump crew version
This commit is contained in:
committed by
GitHub
parent
7bf99a15c7
commit
c935f6f2ab
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user