mirror of
https://github.com/pyenv/pyenv.git
synced 2025-12-07 10:28:35 +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
|
else
|
||||||
package_option python configure --with-tcltk-includes="$tcltk_includes"
|
package_option python configure --with-tcltk-includes="$tcltk_includes"
|
||||||
package_option python configure --with-tcltk-libs="$tcltk_libs"
|
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
|
fi
|
||||||
#set in either case as a failsafe
|
#set in either case as a failsafe
|
||||||
export PKG_CONFIG_PATH="${tcltk_libdir}/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}"
|
export PKG_CONFIG_PATH="${tcltk_libdir}/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user