diff options
| author | KOBAYASHI Shuji <[email protected]> | 2020-12-16 19:17:44 +0900 |
|---|---|---|
| committer | KOBAYASHI Shuji <[email protected]> | 2020-12-16 19:17:44 +0900 |
| commit | 0396f3f0fd6e574ae859d24f058abcf1ada66f6b (patch) | |
| tree | ef1ada52d79a83c0463bee1c5bcc4beb9345172e /build_config/no-float.rb | |
| parent | c1c8c25e70a54e6a82ab8cea05c115b94eb3d5ab (diff) | |
| download | mruby-0396f3f0fd6e574ae859d24f058abcf1ada66f6b.tar.gz mruby-0396f3f0fd6e574ae859d24f058abcf1ada66f6b.zip | |
Guess toolchain when `MRuby::Build#toolchain` argument is omitted
Diffstat (limited to 'build_config/no-float.rb')
| -rw-r--r-- | build_config/no-float.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_config/no-float.rb b/build_config/no-float.rb index 1138188e3..7df7c2e46 100644 --- a/build_config/no-float.rb +++ b/build_config/no-float.rb @@ -1,6 +1,6 @@ # Define cross build settings MRuby::CrossBuild.new('no-float') do |conf| - toolchain :gcc + conf.toolchain # include the GEM box conf.compilers.each do |c| |
