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:
@ -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
|
||||
|
Reference in New Issue
Block a user