Merge pull request #5278 from dearblue/annotation

Fix annotations [ci skip]
This commit is contained in:
Yukihiro "Matz" Matsumoto
2021-01-11 11:57:09 +09:00
committed by GitHub
+1 -1
View File
@@ -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