summaryrefslogtreecommitdiffhomepage
path: root/sample/build_config.rb
blob: 64d5cc9c04f8902e19db7b18c7fb659d8003c177 (plain)
1
2
3
4
5
6
7
8
9
MRuby::Build.new do |conf|
  toolchain :gcc
  enable_debug

  conf.gem '.'

  conf.enable_test
end