From 58daab21cd043e1dc37024a7f99b396788372918 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 9 Mar 2024 14:19:48 +0100 Subject: Merging upstream version 1.44.3. Signed-off-by: Daniel Baumann --- .../deps/mruby-input-stream/build_config_sample.rb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 web/server/h2o/libh2o/deps/mruby-input-stream/build_config_sample.rb (limited to 'web/server/h2o/libh2o/deps/mruby-input-stream/build_config_sample.rb') diff --git a/web/server/h2o/libh2o/deps/mruby-input-stream/build_config_sample.rb b/web/server/h2o/libh2o/deps/mruby-input-stream/build_config_sample.rb new file mode 100644 index 000000000..9d2321d9c --- /dev/null +++ b/web/server/h2o/libh2o/deps/mruby-input-stream/build_config_sample.rb @@ -0,0 +1,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 -- cgit v1.2.3