diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-04-11 18:43:03 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-04-11 18:43:03 +0900 |
| commit | 65fccc2899f048bcd54fbf081444ceb9a5644765 (patch) | |
| tree | 89cde5844b492f0e6846023814b2d11461492a19 /build_config.rb | |
| parent | 9d8143f9302f86348df5d0a75ebbb433c8330354 (diff) | |
| download | mruby-65fccc2899f048bcd54fbf081444ceb9a5644765.tar.gz mruby-65fccc2899f048bcd54fbf081444ceb9a5644765.zip | |
rename mruby,mirb gems to mruby-bin-{mruby,mirb}
Diffstat (limited to 'build_config.rb')
| -rw-r--r-- | build_config.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build_config.rb b/build_config.rb index 4aaf1dc63..424f9d08e 100644 --- a/build_config.rb +++ b/build_config.rb @@ -43,7 +43,7 @@ MRuby::Build.new do |conf| # Use Random class conf.gem "#{root}/mrbgems/mruby-random" - + # No use eval method # conf.gem "#{root}/mrbgems/mruby-eval" @@ -52,10 +52,10 @@ MRuby::Build.new do |conf| # conf.bins = %w(mrbc) # Generate mirb command - conf.gem "#{root}/mrbgems/mruby-tool-mirb" + conf.gem "#{root}/mrbgems/mruby-bin-mirb" # Generate mruby command - conf.gem "#{root}/mrbgems/mruby-tool-mruby" + conf.gem "#{root}/mrbgems/mruby-bin-mruby" # C compiler settings |
