diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-01-27 07:40:43 -0800 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-01-27 07:40:43 -0800 |
| commit | 7cb47fccca8e5149028d21cf13e9f9a516010df4 (patch) | |
| tree | 0b9f10809fc1741d64258d1530f057e58e593986 | |
| parent | 60788672f26acd51438c1d7241cc134b03510272 (diff) | |
| parent | 25f7a74e56cbea8e629eac588d60ae2399d06a57 (diff) | |
| download | mruby-7cb47fccca8e5149028d21cf13e9f9a516010df4.tar.gz mruby-7cb47fccca8e5149028d21cf13e9f9a516010df4.zip | |
Merge pull request #784 from masuidrive/fix_mrbc_ext
Fixed mrbc file ext on host
| -rw-r--r-- | tasks/mruby_build.rake | 2 |
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 |
