diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-12-05 14:08:29 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-05 14:08:29 +0900 |
| commit | 63d82142a8d3915d977fd97fc2ee82b5951065ed (patch) | |
| tree | c501616276d35505525aa3532361552d3ed84c3b /build_config/no-float.rb | |
| parent | 00d1fd0e6fee6cef2565c4a3b2dd428b0d59f4bf (diff) | |
| parent | 73b4152574f0dd6747488662751f59f8c4c0b50d (diff) | |
| download | mruby-63d82142a8d3915d977fd97fc2ee82b5951065ed.tar.gz mruby-63d82142a8d3915d977fd97fc2ee82b5951065ed.zip | |
Merge pull request #5212 from shuujii/make-it-possible-that-libmruby.a-is-not-created
Make it possible that `libmruby.a` is not created
Diffstat (limited to 'build_config/no-float.rb')
| -rw-r--r-- | build_config/no-float.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/build_config/no-float.rb b/build_config/no-float.rb index 57cca1688..1138188e3 100644 --- a/build_config/no-float.rb +++ b/build_config/no-float.rb @@ -1,9 +1,3 @@ -MRuby::Build.new("host") do |conf| - # load specific toolchain settings - toolchain :gcc - conf.gem :core => "mruby-bin-mrbc" -end - # Define cross build settings MRuby::CrossBuild.new('no-float') do |conf| toolchain :gcc |
