formula: also capture meson-log.txt

This is the log file generated when using `meson`.
This commit is contained in:
Carlo Cabrera 2022-01-18 17:42:40 +08:00
parent ec389a6eaa
commit 9d85a06f11
No known key found for this signature in database
GPG Key ID: C74D447FC549A1D0

View File

@ -1303,6 +1303,7 @@ class Formula
CMakeCache.txt CMakeCache.txt
CMakeOutput.log CMakeOutput.log
CMakeError.log CMakeError.log
meson-log.txt
].each do |logfile| ].each do |logfile|
Dir["**/#{logfile}"].each do |logpath| Dir["**/#{logfile}"].each do |logpath|
destdir = logs/File.dirname(logpath) destdir = logs/File.dirname(logpath)