1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Fix a typo in testrunner_data.tcl that prevented --with-tcl specifications

from being carried through into sub-builds.  Adjust test cases to account
for new floating-point differences discovered when --with-tcl was fixed.

FossilOrigin-Name: b8f81351914deac99b14be6bb5e4096c1efed9bdb057750825760f09dae04656
This commit is contained in:
drh
2024-07-31 16:37:02 +00:00
parent ad2bcef112
commit ff79000f28
4 changed files with 11 additions and 11 deletions

View File

@ -486,7 +486,7 @@ proc make_sh_script {srcdir opts cflags makeOpts configOpts} {
TCLDIR="$tcldir"
if [ ! -f Makefile ] ; then
\$SRCDIR/configure --with-tcl=\$TCL $configOpts
\$SRCDIR/configure --with-tcl=\$TCLDIR $configOpts
fi
$myopts