summaryrefslogtreecommitdiffhomepage
path: root/tasks
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2013-01-27 07:40:43 -0800
committerYukihiro "Matz" Matsumoto <[email protected]>2013-01-27 07:40:43 -0800
commit7cb47fccca8e5149028d21cf13e9f9a516010df4 (patch)
tree0b9f10809fc1741d64258d1530f057e58e593986 /tasks
parent60788672f26acd51438c1d7241cc134b03510272 (diff)
parent25f7a74e56cbea8e629eac588d60ae2399d06a57 (diff)
downloadmruby-7cb47fccca8e5149028d21cf13e9f9a516010df4.tar.gz
mruby-7cb47fccca8e5149028d21cf13e9f9a516010df4.zip
Merge pull request #784 from masuidrive/fix_mrbc_ext
Fixed mrbc file ext on host
Diffstat (limited to 'tasks')
-rw-r--r--tasks/mruby_build.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/mruby_build.rake b/tasks/mruby_build.rake
index ff62f92b8..cd9f77fc4 100644
--- a/tasks/mruby_build.rake
+++ b/tasks/mruby_build.rake
@@ -99,7 +99,7 @@ module MRuby
end
def mrbcfile
- exefile("build/host/bin/mrbc")
+ MRuby.targets['host'].exefile("build/host/bin/mrbc")
end
def compilers