Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tasks/libmruby.rake
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,7 @@ MRuby.each_target do
end

products << libmruby_static
# The license text of the gems in the archive is a product beside it, not
# a member of it.
products << "#{build_dir}/LEGAL"
end
1 change: 0 additions & 1 deletion tasks/mrbgems.rake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ MRuby.each_target do

# loader all gems
self.libmruby_objs << objfile("#{build_dir}/mrbgems/gem_init")
file objfile("#{build_dir}/mrbgems/gem_init") => ["#{build_dir}/mrbgems/gem_init.c", "#{build_dir}/LEGAL"]
file "#{build_dir}/mrbgems/gem_init.c" => [active_gems_txt, MRUBY_CONFIG, __FILE__] do |t|
mkdir_p "#{build_dir}/mrbgems"
open(t.name, 'w') do |f|
Expand Down
Loading