diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-01-11 11:57:09 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-11 11:57:09 +0900 |
| commit | ffea200075afcb6d6748a1f347192c10f7884fec (patch) | |
| tree | 9ede98bf356d344af0f774f7c88540781240bfbc /build_config/no-float.rb | |
| parent | 3deb3a7aac0136d08a20a31c5d44f6b9a3fe751f (diff) | |
| parent | a0662a16a374bba6b31b6f4129b8a85e1dd92f52 (diff) | |
| download | mruby-ffea200075afcb6d6748a1f347192c10f7884fec.tar.gz mruby-ffea200075afcb6d6748a1f347192c10f7884fec.zip | |
Merge pull request #5278 from dearblue/annotation
Fix annotations [ci skip]
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 7df7c2e46..128d603bf 100644 --- a/build_config/no-float.rb +++ b/build_config/no-float.rb @@ -2,7 +2,7 @@ MRuby::CrossBuild.new('no-float') do |conf| conf.toolchain - # include the GEM box + # Add configuration conf.compilers.each do |c| c.defines << "MRB_NO_FLOAT" end |
