diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-01-29 19:23:17 -0800 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-01-29 19:23:17 -0800 |
| commit | a5fbaf17f78136d52260a90c3a3647b1893e44e2 (patch) | |
| tree | 1211ff1a439302ad9e9fcd744d4abae5f053633f | |
| parent | 8327992557ed57a25893d17b44c9647d178bfdb6 (diff) | |
| parent | 5c79d23650c865735737d758ff1963fff3374775 (diff) | |
| download | mruby-a5fbaf17f78136d52260a90c3a3647b1893e44e2.tar.gz mruby-a5fbaf17f78136d52260a90c3a3647b1893e44e2.zip | |
Merge pull request #799 from carsonmcdonald/fixdoctoexample
Correct conf.gem directory
| -rw-r--r-- | build_config.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_config.rb b/build_config.rb index 12cf0affd..eeaa255ab 100644 --- a/build_config.rb +++ b/build_config.rb @@ -74,5 +74,5 @@ end # conf.cc.flags << "-m32" # conf.linker.flags << "-m32" # -# conf.gem 'doc/mrbgems/c_and_ruby_extension_example' +# conf.gem 'examples/mrbgems/c_and_ruby_extension_example' # end |
