mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
6 lines
261 B
Ruby
6 lines
261 B
Ruby
MRuby::Gem::Specification.new('sunshine') do |spec|
|
|
spec.license = 'GPLv2'
|
|
spec.summary = "Bindings for Oneshot: Sunshine"
|
|
|
|
spec.objs = Dir.glob("#{dir}/src/*.{c,cpp,m,asm,S}").map { |f| objfile(f.relative_path_from(dir).pathmap("#{build_dir}/%X")) }
|
|
end
|