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/host-cxx.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/host-cxx.rb')
| -rw-r--r-- | build_config/host-cxx.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_config/host-cxx.rb b/build_config/host-cxx.rb index ae313e45d..15cb0c347 100644 --- a/build_config/host-cxx.rb +++ b/build_config/host-cxx.rb @@ -1,5 +1,5 @@ MRuby::Build.new do |conf| - toolchain :gcc + conf.toolchain # include the default GEMs conf.gembox 'default' |
