From 25f7a74e56cbea8e629eac588d60ae2399d06a57 Mon Sep 17 00:00:00 2001 From: Yuichiro MASUI Date: Sun, 27 Jan 2013 03:13:56 +0900 Subject: Fixed mrbc file ext on host --- tasks/mruby_build.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3