summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/default.gembox
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2015-06-23 14:53:12 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2015-06-23 14:53:12 +0900
commit0b720ffa61debd9c16d513db9740078609d20252 (patch)
tree9cdca1d5bd44ee1a0ac5e4f124c8a5ad989af197 /mrbgems/default.gembox
parent29a7226d8ebb5b998c2e5664215554f4dd23f588 (diff)
parent7e087d7191507b1ad5c47b6a621ec499e6010543 (diff)
downloadmruby-0b720ffa61debd9c16d513db9740078609d20252.tar.gz
mruby-0b720ffa61debd9c16d513db9740078609d20252.zip
Merge pull request #2851 from hone/mruby_compiler
Need mruby-compiler to build mruby-bin-mruby and mruby-bin-mirb for
Diffstat (limited to 'mrbgems/default.gembox')
-rw-r--r--mrbgems/default.gembox3
1 files changed, 3 insertions, 0 deletions
diff --git a/mrbgems/default.gembox b/mrbgems/default.gembox
index 06609d9e7..30dcc1abc 100644
--- a/mrbgems/default.gembox
+++ b/mrbgems/default.gembox
@@ -70,4 +70,7 @@ MRuby::GemBox.new do |conf|
# Use extensional Kernel module
conf.gem :core => "mruby-kernel-ext"
+
+ # Use mruby-compiler to build other mrbgems
+ conf.gem :core => "mruby-compiler"
end