summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'