1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2024-11-13 11:04:27 -05:00
libkernaux/bindings/mruby/build_config.rb

6 lines
82 B
Ruby
Raw Normal View History

2022-01-30 00:51:55 -05:00
MRuby::Build.new do |conf|
conf.toolchain
conf.enable_test
2022-01-30 00:59:10 -05:00
conf.gem '.'
2022-01-30 00:51:55 -05:00
end