Unverified Commit 596b5427 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto Committed by GitHub

Merge pull request #5274 from shuujii/fix-the-condition-to-remove-mrbtest-when-rake-clean

Fix the condition to remove `mrbtest` when `rake clean`
parents e8e28eac fe28e861
......@@ -60,5 +60,6 @@ MRuby.each_target do |build|
end
task :clean do
rm_f "#{MRuby::Build.install_dir}/mrbtest"
host = MRuby.targets["host"]
rm_f host.exefile("#{host.class.install_dir}/mrbtest") if host && host.test_enabled?
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