Skip to content

Commit 13b0725

Browse files
committed
1 parent 247cc36 commit 13b0725

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ end
5454

5555
task :libmruby => "lib/picoruby" do
5656
FileUtils.cd "lib/picoruby" do
57-
sh "rake test"
58-
sh "rake"
57+
sh "MRUBY_CONFIG=default rake test"
58+
sh "MRUBY_CONFIG=#{ENV['MRUBY_CONFIG']} rake"
5959
end
6060
end
6161

lib/picoruby

Submodule picoruby updated 1 file

0 commit comments

Comments
 (0)