Merge pull request #12747 from carlocab/meson-log
formula: also capture `meson-log.txt`
This commit is contained in:
commit
ca0f1cd0f2
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user