mkmf: MakeMakefile#xpopen may be passed an option hash
This commit is contained in:
parent
1c4cf43480
commit
1c3d6d6cc9
Notes:
git
2021-11-26 22:32:46 +09:00
@ -412,7 +412,7 @@ MESSAGE
|
||||
def xpopen command, *mode, &block
|
||||
Logging::open do
|
||||
case mode[0]
|
||||
when nil, /^r/
|
||||
when nil, Hash, /^r/
|
||||
puts "#{command} |"
|
||||
else
|
||||
puts "| #{command}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user