mirror of
https://github.com/tailix/mrubyvisor.git
synced 2026-08-22 08:24:35 -04:00
Add gem "mruby-eval"
This commit is contained in:
parent
b4e40acf7d
commit
53265d3c2e
2 changed files with 3 additions and 1 deletions
|
|
@ -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-eval'
|
||||
|
||||
conf.cc.defines <<
|
||||
'MRB_NO_BOXING' <<
|
||||
'MRB_NO_FLOAT' <<
|
||||
|
|
|
|||
2
vendor/libkernaux
vendored
2
vendor/libkernaux
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit 5ea65b6b0c686d9537c92e0fd240620ad3cc7996
|
||||
Subproject commit 91bce08aa3161c1708580c69345eee298e9af457
|
||||
Loading…
Add table
Add a link
Reference in a new issue