diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-04-20 14:07:30 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-04-20 14:07:30 (GMT) |
commit | 251dc3a322ad2fd4b39b11c5696ac34ddc9a15a5 (patch) | |
tree | 1c8c6d4e243c3209a9d4710c3797d72b37296d7d /unix/tclConfig.sh.in | |
parent | 6f7ac0e29ceacd0fce5b06ff83d80c43812c3b3d (diff) | |
download | tcl-251dc3a322ad2fd4b39b11c5696ac34ddc9a15a5.zip tcl-251dc3a322ad2fd4b39b11c5696ac34ddc9a15a5.tar.gz tcl-251dc3a322ad2fd4b39b11c5696ac34ddc9a15a5.tar.bz2 |
Add flag TCL_CC_SEARCH_FLAGS to tclConfig.sh on Windows, just as it exists on unix, even though it should just be empty: TEA extensions might depend on it.
Diffstat (limited to 'unix/tclConfig.sh.in')
-rw-r--r-- | unix/tclConfig.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclConfig.sh.in b/unix/tclConfig.sh.in index b58e9fd..f768690 100644 --- a/unix/tclConfig.sh.in +++ b/unix/tclConfig.sh.in @@ -81,7 +81,7 @@ TCL_DL_LIBS='@DL_LIBS@' # an executable tclsh or tcltest binary. TCL_LD_FLAGS='@LDFLAGS@' -# Flags to pass to ld, such as "-R /usr/local/tcl/lib", that tell the +# Flags to pass to cc/ld, such as "-R /usr/local/tcl/lib", that tell the # run-time dynamic linker where to look for shared libraries such as # libtcl.so. Used when linking applications. Only works if there # is a variable "LIB_RUNTIME_DIR" defined in the Makefile. |