1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2024-10-30 11:54:01 -04:00
libkernaux/pkgs/mruby/build_config.rb
2022-01-30 10:59:10 +05:00

5 lines
82 B
Ruby

MRuby::Build.new do |conf|
conf.toolchain
conf.enable_test
conf.gem '.'
end