Restore original name for default `build_config_name`; ref #5098

parent 41d5df03
......@@ -12,7 +12,7 @@ def build_config_name
if !ENV['MRUBY_CONFIG'].to_s.empty?
File.basename(ENV['MRUBY_CONFIG'], '.rb').gsub('build_config_', '')
else
"build"
"bm"
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment