Remove unnecessary code

This commit is contained in:
Alex Kotov 2022-11-29 00:24:53 +04:00
parent b31a62664b
commit b76f769b1a
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 0 additions and 2 deletions

View File

@ -4,8 +4,6 @@ DEST_DIR = File.join(ROOT_DIR, 'dest').freeze
MRuby::CrossBuild.new 'mrubyvisor' do |conf|
conf.toolchain :gcc
conf.gem core: 'mruby-eval'
conf.cc.defines <<
'MRB_NO_BOXING' <<
'MRB_NO_FLOAT' <<