summaryrefslogtreecommitdiffstats
path: root/win/tclConfig.sh.in
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2023-08-01 13:01:25 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2023-08-01 13:01:25 (GMT)
commitc94d0732e04682c624269d62965cf8605d514b4e (patch)
tree2ca138d2a198c7eb5eaf12e4c2a5a5b43f0a64e2 /win/tclConfig.sh.in
parent2618ae962ac0c801416c0f0f3911b9497566b3c2 (diff)
downloadtcl-c94d0732e04682c624269d62965cf8605d514b4e.zip
tcl-c94d0732e04682c624269d62965cf8605d514b4e.tar.gz
tcl-c94d0732e04682c624269d62965cf8605d514b4e.tar.bz2
Bug [76d45ec836] - mingw - tommath not copied on install
Diffstat (limited to 'win/tclConfig.sh.in')
-rw-r--r--win/tclConfig.sh.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/win/tclConfig.sh.in b/win/tclConfig.sh.in
index 4883f2c..d5e1bc7 100644
--- a/win/tclConfig.sh.in
+++ b/win/tclConfig.sh.in
@@ -174,3 +174,6 @@ TCL_BUILD_STUB_LIB_PATH='@TCL_BUILD_STUB_LIB_PATH@'
# Path to the Tcl stub library in the install directory.
TCL_STUB_LIB_PATH='@TCL_STUB_LIB_PATH@'
+
+# Name of the tommath library that extensions should use
+TCL_TOMMATH_LIB_NAME='@TCL_TOMMATH_LIB_NAME@'