Commit 7cb47fcc authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #784 from masuidrive/fix_mrbc_ext

Fixed mrbc file ext on host
parents 60788672 25f7a74e
...@@ -99,7 +99,7 @@ module MRuby ...@@ -99,7 +99,7 @@ module MRuby
end end
def mrbcfile def mrbcfile
exefile("build/host/bin/mrbc") MRuby.targets['host'].exefile("build/host/bin/mrbc")
end end
def compilers def compilers
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment