Merge pull request #12747 from carlocab/meson-log

formula: also capture `meson-log.txt`
This commit is contained in:
Mike McQuaid 2022-01-18 10:43:02 +00:00 committed by GitHub
commit ca0f1cd0f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)