diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-03-07 06:21:52 -0800 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-03-07 06:21:52 -0800 |
| commit | 7ce2d2636463fbcf9228f4ab2b284ef3625dc42d (patch) | |
| tree | 9949313d9fe68e1eff7b2de1270716d804f04fda /build_config.rb | |
| parent | 9736d44d5ccde8f20cd03b76032e72ecaae4a02e (diff) | |
| parent | 7cd583ef27b0c3376f5dfb1d7785896c2bb0e611 (diff) | |
| download | mruby-7ce2d2636463fbcf9228f4ab2b284ef3625dc42d.tar.gz mruby-7ce2d2636463fbcf9228f4ab2b284ef3625dc42d.zip | |
Merge pull request #963 from skandhas/pr-add-mrbgems-mruby-string-ext
add mrbgems/mruby-string-ext, and method: String#getbyte
Diffstat (limited to 'build_config.rb')
| -rw-r--r-- | build_config.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build_config.rb b/build_config.rb index 3c089d8cc..c54c9d323 100644 --- a/build_config.rb +++ b/build_config.rb @@ -23,6 +23,9 @@ MRuby::Build.new do |conf| # Use standard Kernel#sprintf method conf.gem 'mrbgems/mruby-sprintf' + # Use extensional String class + conf.gem 'mrbgems/mruby-string-ext' + # Generate binaries # conf.bins = %w(mrbc mruby mirb) |
