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
|
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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user