mirror of
https://github.com/pyenv/pyenv.git
synced 2025-12-06 18:08:37 +00:00
flags in case of --with-tcl-*
This commit is contained in:
parent
e5694449d2
commit
0e34a588ca
@ -1910,7 +1910,7 @@ use_homebrew_tcltk() {
|
||||
else
|
||||
package_option python configure --with-tcltk-includes="$tcltk_includes"
|
||||
package_option python configure --with-tcltk-libs="$tcltk_libs"
|
||||
export CFLAGS="${tcltk_cflags}${CFLAGS:+ $CFLAGS}"
|
||||
[[ -n $tcltk_cflags ]] && export CFLAGS="${tcltk_cflags}${CFLAGS:+ $CFLAGS}"
|
||||
fi
|
||||
#set in either case as a failsafe
|
||||
export PKG_CONFIG_PATH="${tcltk_libdir}/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user