mirror of
https://github.com/tailix/libkernaux.git
synced 2024-11-13 11:04:27 -05:00
5 lines
82 B
Ruby
5 lines
82 B
Ruby
MRuby::Build.new do |conf|
|
|
conf.toolchain
|
|
conf.enable_test
|
|
conf.gem '.'
|
|
end
|