summaryrefslogtreecommitdiffhomepage
path: root/doc/compile
diff options
context:
space:
mode:
authorTERAJIMA, Motoyuki <[email protected]>2013-04-14 22:51:20 +0900
committerTERAJIMA, Motoyuki <[email protected]>2013-04-14 22:51:20 +0900
commitae583861620f08a87bf079ab01f8982568743071 (patch)
treeebe7aa0612ea6ba4d3ffb7ab5cca6194c434dc80 /doc/compile
parent6dc931aaae2a84df8d938d33de05d6fedfd310a4 (diff)
downloadmruby-ae583861620f08a87bf079ab01f8982568743071.tar.gz
mruby-ae583861620f08a87bf079ab01f8982568743071.zip
Add closing double-quotes
Diffstat (limited to 'doc/compile')
-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 e555d7f7a..97e1b13e0 100644
--- a/doc/compile/README.md
+++ b/doc/compile/README.md
@@ -191,7 +191,7 @@ like this:
toolchain :gcc
conf.cc.flags << "-m32"
- conf.linker.flags << "-m32
+ conf.linker.flags << "-m32"
end
All configuration options of ```MRuby::Build``` can also be used