From acd5317fb1832c82cd1c6773ecbbb3f07b19fb06 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Fri, 15 May 2020 15:50:09 +0900 Subject: Create `build` directory first before `gensym`. --- Rakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 56951b02a..8c7533b43 100644 --- a/Rakefile +++ b/Rakefile @@ -104,6 +104,7 @@ MRuby.each_target do |target| end end +mkdir_p "#{MRUBY_ROOT}/build" cfiles = (Dir.glob("#{MRUBY_ROOT}/src/*.c")+ Dir.glob("#{MRUBY_ROOT}/mrbgems/*/{core,src}/*.c")+ Dir.glob("#{MRUBY_ROOT}/build/*/mrbgems/**/{src,core}/*.c")).uniq -- cgit v1.2.3