Update python-build
Fix previous
This commit is contained in:
parent
21136fddfd
commit
a0d35db6a0
@ -1645,7 +1645,7 @@ use_homebrew_tcltk() {
|
||||
if [[ -z "$PYTHON_BUILD_TCLTK_USE_PKGCONFIG" ]]; then
|
||||
local tcltk_version="$(sh -c '. '"$tcltk_libdir"'/lib/tclConfig.sh; echo $TCL_VERSION')"
|
||||
package_option python configure --with-tcltk-libs="-L$tcltk_libdir/lib -ltcl$tcltk_version -ltk$tcltk_version"
|
||||
if [ -d "-I$tcltk_libdir/include/tcl-tk" ]; then
|
||||
if [ -d "$tcltk_libdir/include/tcl-tk" ]; then
|
||||
package_option python configure --with-tcltk-includes="-I$tcltk_libdir/include/tcl-tk"
|
||||
fi
|
||||
package_option python configure --with-tcltk-includes="-I$tcltk_libdir/include"
|
||||
|
Loading…
x
Reference in New Issue
Block a user