From 11d47565ca5b3e1bdedd26a2f947ebde40ece1d3 Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Sun, 15 Oct 2023 17:14:40 +0300 Subject: [PATCH] typo [no ci] --- plugins/python-build/bin/python-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/python-build/bin/python-build b/plugins/python-build/bin/python-build index 191c62d1..0ddebaac 100755 --- a/plugins/python-build/bin/python-build +++ b/plugins/python-build/bin/python-build @@ -1651,7 +1651,7 @@ use_homebrew_tcltk() { # In Homebrew Tcl/Tk 8.6.13, headers have been moved to the 'tcl-tk' subdir. # We're not using tclConfig.sh here 'cuz it produces the version-specific path to /Cellar # and we'd rather have rpath set to /opt/<...> to allow micro release upgrades without rebuilding - # XXX: do use tclConfig.h and translate the paths if more path shenanigans appear in later releases + # XXX: do use tclConfig.sh and translate the paths if more path shenanigans appear in later releases if [ -d "$tcltk_libdir/include/tcl-tk" ]; then package_option python configure --with-tcltk-includes="-I$tcltk_libdir/include/tcl-tk" else