From 9d85a06f11e11aa9a4f290198fd6998ce939be17 Mon Sep 17 00:00:00 2001 From: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Date: Tue, 18 Jan 2022 17:42:40 +0800 Subject: [PATCH] formula: also capture `meson-log.txt` This is the log file generated when using `meson`. --- Library/Homebrew/formula.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 76b6545a24..26791ffaad 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -1303,6 +1303,7 @@ class Formula CMakeCache.txt CMakeOutput.log CMakeError.log + meson-log.txt ].each do |logfile| Dir["**/#{logfile}"].each do |logpath| destdir = logs/File.dirname(logpath)