Add the generator path to the build/***/gem_init.c file

This commit is contained in:
dearblue
2023-02-28 22:11:14 +09:00
parent 92ca93c885
commit 396ca2809f
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -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.]
+2
View File
@@ -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.]