mirror of https://github.com/python/cpython
Mac OS X build instructions talked about --without-toolbox-glue, but
the configure option is really called --disable-toolbox-glue.
This commit is contained in:
parent
2f20dab9c1
commit
4c398fde5c
2
README
2
README
|
@ -400,7 +400,7 @@ Mac OS X 10.0: Run configure with "./configure --with-suffix=.exe".
|
||||||
work on a Unix UFS filesystem (how to check for this on Mac OS
|
work on a Unix UFS filesystem (how to check for this on Mac OS
|
||||||
X?).
|
X?).
|
||||||
On naked Darwin you may have to add the configure option
|
On naked Darwin you may have to add the configure option
|
||||||
"--without-toolbox-glue" to disable the glue code for the Carbon
|
"--disable-toolbox-glue" to disable the glue code for the Carbon
|
||||||
interface modules. (The modules themselves are currently not built
|
interface modules. (The modules themselves are currently not built
|
||||||
by default as they are experimental, on real OSX you can enable them
|
by default as they are experimental, on real OSX you can enable them
|
||||||
in setup.py).
|
in setup.py).
|
||||||
|
|
Loading…
Reference in New Issue