summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Benedikt Jagusch <jan.jagusch@gmail.com>2023-03-26 23:07:48 +0200
committerGitHub <noreply@github.com>2023-03-27 06:07:48 +0900
commit89df143434599a29c5c2f70904d7ad63927b2d2d (patch)
tree05f850ef15b2d804314cf54fe5d5418cebba75c5
parentf845901f79681ddee8d387c20212585dee494990 (diff)
downloadrake-compiler-89df143434599a29c5c2f70904d7ad63927b2d2d.tar.gz
Fix typo (#212)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 70d5d7f..93dabea 100644
--- a/README.md
+++ b/README.md
@@ -349,7 +349,7 @@ Now, you only need specify a few additional options in your extension definition
# platform build, with platform-specific options in a hash.
ext.cross_config_options << '--with-common-option'
ext.cross_config_options << {
- 'x86-mswin32-60 => '--with-some-option',
+ 'x86-mswin32-60' => '--with-some-option',
'x64-mingw32' => '--enable-64bits',
}
ext.cross_config_options << '--with-final-option'