summaryrefslogtreecommitdiffhomepage
path: root/doc/compile/README.md
diff options
context:
space:
mode:
authorYukihiro Matz Matsumoto <[email protected]>2013-01-12 17:23:07 +0900
committerYukihiro Matz Matsumoto <[email protected]>2013-01-12 17:23:07 +0900
commit4e50e54c5e5aa17eed60b90991e8d686a264b757 (patch)
tree8d285fcaafa8bfb07c86a2517d801e3b9e1cc5df /doc/compile/README.md
parentc1387b86e40b310a0904ce76eae3b92eb1dd12a5 (diff)
parent06fec34e1328aeae512e329b4e9ce654c8710a0a (diff)
downloadmruby-4e50e54c5e5aa17eed60b90991e8d686a264b757.tar.gz
mruby-4e50e54c5e5aa17eed60b90991e8d686a264b757.zip
Merge branch 'master' of github.com:mruby/mruby
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