mirror of
https://github.com/tailix/libkernaux.git
synced 2025-02-24 15:55:41 -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
|