summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorXuejie Xiao <[email protected]>2013-01-09 21:55:55 -0500
committerXuejie Xiao <[email protected]>2013-01-09 21:55:55 -0500
commitf5401192e308415be6730978257c26f15e4a7651 (patch)
tree6f28d57e8d16536b3c8242fd1523f9d9914d50ec
parent5804e7682ecbd59c1a9cea56c9ad008cff206713 (diff)
downloadmruby-f5401192e308415be6730978257c26f15e4a7651.tar.gz
mruby-f5401192e308415be6730978257c26f15e4a7651.zip
Test ruby library should depend on host's mrbc, not its own mrbc
-rw-r--r--test/mrbtest.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mrbtest.rake b/test/mrbtest.rake
index cd560d206..33f283fc9 100644
--- a/test/mrbtest.rake
+++ b/test/mrbtest.rake
@@ -15,7 +15,7 @@ MRuby.each_target do
end
file mlib => [clib]
- file clib => [exefile("#{build_dir}/bin/mrbc"), init, asslib] + mrbs do |t|
+ file clib => [mrbcfile, init, asslib] + mrbs do |t|
open(clib, 'w') do |f|
f.puts File.read(init)
compile_mruby f, [asslib] + mrbs, 'mrbtest_irep'