From 2767cb282531be10c6393d3d7c48fcdd2935ca4d Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sat, 3 Sep 2022 21:57:17 +0900 Subject: [PATCH] Now fake.rb is needed to prepare sources --- tool/make-snapshot | 1 + 1 file changed, 1 insertion(+) diff --git a/tool/make-snapshot b/tool/make-snapshot index 5d0ec7a3fb..4c097d6c9b 100755 --- a/tool/make-snapshot +++ b/tool/make-snapshot @@ -436,6 +436,7 @@ def package(vcs, rev, destdir, tmp = nil) # use fallback file end clean.create("config.status", status) + clean.create("noarch-fake.rb") FileUtils.mkpath(hdrdir = "#{extout}/include/ruby") File.binwrite("#{hdrdir}/config.h", "") FileUtils.mkpath(defaults = "#{extout}/rubygems/defaults")