aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtool/make-snapshot2
1 files changed, 2 insertions, 0 deletions
diff --git a/tool/make-snapshot b/tool/make-snapshot
index 717ae19225..7ae5d35c8f 100755
--- a/tool/make-snapshot
+++ b/tool/make-snapshot
@@ -277,6 +277,8 @@ def package(vcs, rev, destdir, tmp = nil)
f.puts "s,@RM@,|#_!!_#|rm -f,g"
f.puts "s,@CP@,|#_!!_#|cp,g"
f.puts "s,@rubyarchdir@,|#_!!_#|,g"
+ f.puts "s,@rubylibprefix@,|#_!!_#|,g"
+ f.puts "s,@ruby_version@,|#_!!_#|,g"
}
FileUtils.mkpath(hdrdir = "#{extout}/include/ruby")
File.open("#{hdrdir}/config.h", "w") {}