summaryrefslogtreecommitdiffstats
path: root/Mac/README
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2010-03-09 10:36:28 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2010-03-09 10:36:28 (GMT)
commitea580e176cb491ae46136a18f21fc19a43e612e8 (patch)
tree96544310b6b7190112e91bd4b81e942cbbce0375 /Mac/README
parent668907df504ca83a2eac72ea1adc930599836d2b (diff)
downloadcpython-ea580e176cb491ae46136a18f21fc19a43e612e8.zip
cpython-ea580e176cb491ae46136a18f21fc19a43e612e8.tar.gz
cpython-ea580e176cb491ae46136a18f21fc19a43e612e8.tar.bz2
Fix for issue8089: a framework build with --with-universal-archs=3-way|intel had no way to select
a 32-bit executable (which is needed because not all (GUI) libraries are available in 64-bit mode) Also fixes a typo in Mac/README
Diffstat (limited to 'Mac/README')
-rw-r--r--Mac/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/README b/Mac/README
index c4f6b65..3225af9 100644
--- a/Mac/README
+++ b/Mac/README
@@ -32,7 +32,7 @@ Mac-specific arguments to configure
See the section _`Building and using a universal binary of Python on Mac OS X`
for more information.
-* ``--with-univeral-archs=VALUE``
+* ``--with-universal-archs=VALUE``
Specify the kind of universal binary that should be created. This option is
only valid when ``--enable-universalsdk`` is specified.