Updated release notes [ci skip]

removed --disable-osx-tcltk-frameworks
This commit is contained in:
wiredfool 2016-06-11 15:45:00 +01:00 committed by GitHub
parent f3f3d3c40b
commit b3591351f6

View File

@ -13,7 +13,7 @@ differences.
New Setup.py options New Setup.py options
==================== ====================
There are three new options to control the ``build_ext`` task in ``setup.py``: There are two new options to control the ``build_ext`` task in ``setup.py``:
* ``--debug`` dumps all of the directories and files that are * ``--debug`` dumps all of the directories and files that are
checked when searching for libraries or headers when building the checked when searching for libraries or headers when building the
@ -22,6 +22,3 @@ There are three new options to control the ``build_ext`` task in ``setup.py``:
that are checked for libraries and headers for build systems or that are checked for libraries and headers for build systems or
cross compilers that specify that information in via environment cross compilers that specify that information in via environment
variables. variables.
* ``--disable-osx-tcltk-framework`` prevents automatically linking
against the system Tcl/Tk frameworks to allow building against
vendor-provided libraries.