this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Do not build redundant mrbgems

Created a gembox containing only
useful gems

+10 -2
+8
tic.gembox
··· 1 + MRuby::GemBox.new do |conf| 2 + conf.gembox "stdlib" 3 + conf.gembox "stdlib-ext" 4 + conf.gembox "stdlib-io" 5 + conf.gembox "math" 6 + conf.gembox "metaprog" 7 + end 8 + # vim: set ft=ruby :
+1 -1
tic_mruby_build_config.rb
··· 14 14 # conf.gem :git => 'git@github.com:mattn/mruby-onig-regexp.git', :branch => 'master', :options => '-v' 15 15 16 16 # include the GEM box 17 - conf.gembox 'default' 17 + conf.gembox File.expand_path('tic', File.dirname(__FILE__)) 18 18 19 19 # C compiler settings 20 20 conf.cc do |cc|
+1 -1
tic_mruby_wasm_build_config.rb
··· 11 11 toolchain :emscripten 12 12 13 13 # include the GEM box 14 - conf.gembox 'default' 14 + conf.gembox File.expand_path('tic', File.dirname(__FILE__)) 15 15 16 16 conf.enable_bintest 17 17 conf.enable_test