diff options
| author | realtradam <[email protected]> | 2023-02-09 14:36:09 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2023-02-09 14:36:09 -0500 |
| commit | 0767bc19f3d63201c94553e9ee271c56bea946cc (patch) | |
| tree | 1947fb0fe6f9c80fd75a208b93668daca156cd25 /build_config.rb | |
| parent | 5b2411b523565a229f66726ce66b693848d1abc2 (diff) | |
| download | mruby-playground-0767bc19f3d63201c94553e9ee271c56bea946cc.tar.gz mruby-playground-0767bc19f3d63201c94553e9ee271c56bea946cc.zip | |
added arguments and return example
Diffstat (limited to 'build_config.rb')
| -rw-r--r-- | build_config.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build_config.rb b/build_config.rb index a4d6ddb..a7c77ff 100644 --- a/build_config.rb +++ b/build_config.rb @@ -4,6 +4,7 @@ MRuby::Build.new do |conf| # Use mrbgems conf.gem './mrb_gems/basic_example' + conf.gem './mrb_gems/arguments_and_return_example' # conf.gem 'examples/mrbgems/ruby_extension_example' # conf.gem 'examples/mrbgems/c_extension_example' do |g| # g.cc.flags << '-g' # append cflags in this gem |
