summaryrefslogtreecommitdiffhomepage
path: root/doc/compile/README.md
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2013-01-11 05:52:45 -0800
committerYukihiro "Matz" Matsumoto <[email protected]>2013-01-11 05:52:45 -0800
commit06fec34e1328aeae512e329b4e9ce654c8710a0a (patch)
treef38818795e0bd0903aca29042c6504903ac9d348 /doc/compile/README.md
parent453946971319b07952ec77ca5f4a27f0411fae17 (diff)
parent33d843d185ea929ced6ce2d7aadbcce760f87eb8 (diff)
downloadmruby-06fec34e1328aeae512e329b4e9ce654c8710a0a.tar.gz
mruby-06fec34e1328aeae512e329b4e9ce654c8710a0a.zip
Merge pull request #727 from mattn/dep_gems
Add dependency to build gems list
Diffstat (limited to 'doc/compile/README.md')
-rw-r--r--doc/compile/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/compile/README.md b/doc/compile/README.md
index cec70e68b..168417984 100644
--- a/doc/compile/README.md
+++ b/doc/compile/README.md
@@ -83,7 +83,7 @@ MRuby::CrossBuild.new('i386') do |conf|
end
```
-You can configurate the same options as for a normal build.
+You can configurate the same options as for a normal build. You can specified your own build_config.rb with *$MRUBY_CONFIG*.
## Build process