From 3110d84ed834cba90d9830ae23e89cd61bcae459 Mon Sep 17 00:00:00 2001 From: KOBAYASHI Shuji Date: Sun, 25 Aug 2019 09:48:07 +0900 Subject: Defer several build libraries loading until needed --- Rakefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index be42233db..079b1a41b 100644 --- a/Rakefile +++ b/Rakefile @@ -10,8 +10,6 @@ $LOAD_PATH << File.join(MRUBY_ROOT, "lib") # load build systems require "mruby-core-ext" require "mruby/build" -require "mruby/gem" -require "mruby/lockfile" # load configuration file MRUBY_CONFIG = (ENV['MRUBY_CONFIG'] && ENV['MRUBY_CONFIG'] != '') ? ENV['MRUBY_CONFIG'] : "#{MRUBY_ROOT}/build_config.rb" -- cgit v1.2.3