1
0
Fork 0
mirror of https://github.com/tailix/mrubyvisor.git synced 2024-11-11 13:50:47 -05:00

Add gem "mruby-compiler"

This commit is contained in:
Alex Kotov 2022-11-29 00:52:05 +04:00
parent f388fb7d5c
commit 405149006b
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

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