summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
authorKOBAYASHI Shuji <[email protected]>2019-08-25 09:48:07 +0900
committerKOBAYASHI Shuji <[email protected]>2019-08-25 09:48:07 +0900
commit3110d84ed834cba90d9830ae23e89cd61bcae459 (patch)
treed11e906f688207e1838b5e0b7f36a8c8a592f979 /Rakefile
parente3f74291730e53d7a0c3a52874fa189326824643 (diff)
downloadmruby-3110d84ed834cba90d9830ae23e89cd61bcae459.tar.gz
mruby-3110d84ed834cba90d9830ae23e89cd61bcae459.zip
Defer several build libraries loading until needed
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 0 insertions, 2 deletions
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"