diff options
| author | Terence Lee <[email protected]> | 2015-06-22 13:01:15 -0400 |
|---|---|---|
| committer | Terence Lee <[email protected]> | 2015-06-22 13:01:15 -0400 |
| commit | 7e087d7191507b1ad5c47b6a621ec499e6010543 (patch) | |
| tree | 60dc4f67113dc300a1821194e5d7385b4f8d3e5b /mrbgems/default.gembox | |
| parent | e344c6ab6d7b3d6a8ffcec6f7f96aeba6c5fdeda (diff) | |
| download | mruby-7e087d7191507b1ad5c47b6a621ec499e6010543.tar.gz mruby-7e087d7191507b1ad5c47b6a621ec499e6010543.zip | |
Need mruby-compiler to build mruby-bin-mruby and mruby-bin-mirb for
cross compiles
Diffstat (limited to 'mrbgems/default.gembox')
| -rw-r--r-- | mrbgems/default.gembox | 3 |
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 |
