diff options
| author | Yuichiro MASUI <[email protected]> | 2013-01-27 03:13:56 +0900 |
|---|---|---|
| committer | Yuichiro MASUI <[email protected]> | 2013-01-27 03:13:56 +0900 |
| commit | 25f7a74e56cbea8e629eac588d60ae2399d06a57 (patch) | |
| tree | 3d75278b3b544af3952a8085c4076e4dc868f9e7 /tasks/mruby_build.rake | |
| parent | 437aa216fc9a96d8d4898ff51c0c218670c8b807 (diff) | |
| download | mruby-25f7a74e56cbea8e629eac588d60ae2399d06a57.tar.gz mruby-25f7a74e56cbea8e629eac588d60ae2399d06a57.zip | |
Fixed mrbc file ext on host
Diffstat (limited to 'tasks/mruby_build.rake')
| -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 |
