diff options
| author | skandhas <[email protected]> | 2013-03-07 21:47:00 +0800 |
|---|---|---|
| committer | skandhas <[email protected]> | 2013-03-07 21:47:00 +0800 |
| commit | 7cd583ef27b0c3376f5dfb1d7785896c2bb0e611 (patch) | |
| tree | e87185ff8fc1872636f31b1f1805a38bc4f56724 /build_config.rb | |
| parent | 2e95f638cd01a92a83f3808d745f69f46b64db10 (diff) | |
| download | mruby-7cd583ef27b0c3376f5dfb1d7785896c2bb0e611.tar.gz mruby-7cd583ef27b0c3376f5dfb1d7785896c2bb0e611.zip | |
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) |
