summaryrefslogtreecommitdiffstats
path: root/web/server/h2o/libh2o/deps/mruby-input-stream/build_config_sample.rb
blob: 9d2321d9cb7c4d2f3b3498b0c85e06a25722a9fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
MRuby::Build.new do |conf|
  toolchain :gcc

  conf.gembox 'default'
  conf.gem File.expand_path(File.dirname(__FILE__))
end

MRuby::Build.new('test') do |conf|
  toolchain :gcc

  enable_debug
  conf.enable_bintest
  conf.enable_test

  conf.gembox 'default'
  conf.gem File.expand_path(File.dirname(__FILE__))
end