this repo has no description
0
fork

Configure Feed

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

Force mruby bootstrap to use MSVC where applicable

+5 -1
+5 -1
mruby/tic_default.rb
··· 1 1 MRuby::Build.new do |conf| 2 - conf.toolchain 2 + if ENV['VisualStudioVersion'] || ENV['VSINSTALLDIR'] 3 + toolchain :visualcpp 4 + else 5 + conf.toolchain 6 + end 3 7 4 8 conf.gembox 'default' 5 9