mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Add the generator path to the build/***/gem_init.c file
This commit is contained in:
@@ -241,6 +241,8 @@ module MRuby
|
||||
f.puts %Q[ * This file is loading the irep]
|
||||
f.puts %Q[ * Ruby GEM code.]
|
||||
f.puts %Q[ *]
|
||||
f.puts %Q[ * This file was generated by mruby/#{__FILE__.relative_path_from(MRUBY_ROOT)}.]
|
||||
f.puts %Q[ *]
|
||||
f.puts %Q[ * IMPORTANT:]
|
||||
f.puts %Q[ * This file was generated!]
|
||||
f.puts %Q[ * All manual changes will get lost.]
|
||||
|
||||
@@ -28,6 +28,8 @@ MRuby.each_target do
|
||||
f.puts %Q[ * initializing methods which are]
|
||||
f.puts %Q[ * necessary to bootstrap all gems.]
|
||||
f.puts %Q[ *]
|
||||
f.puts %Q[ * This file was generated by mruby/#{__FILE__.relative_path_from(MRUBY_ROOT)}.]
|
||||
f.puts %Q[ *]
|
||||
f.puts %Q[ * IMPORTANT:]
|
||||
f.puts %Q[ * This file was generated!]
|
||||
f.puts %Q[ * All manual changes will get lost.]
|
||||
|
||||
Reference in New Issue
Block a user