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

After discussing [4d4423df8d14] with Steve Bennett, do not prepend $prefix/bin to the search path for binaries, as that path is commonly used for cross-compiled targets and we want binaries which will run on the build host.

FossilOrigin-Name: f2008a7d797263de25eaed60d4b6bd5c87cdb917bb92cfc8700f91e6416d744c
This commit is contained in:
stephan
2024-10-22 03:56:21 +00:00
parent 894bd83f52
commit 1e38a9cc1a
4 changed files with 22 additions and 30 deletions

View File

@ -454,7 +454,7 @@ proc hwaci-check-tcl {} {
hwaci-fatal "TCL shell $with_tclsh is not executable"
} else {
define TCLSH_CMD $with_tclsh
puts "Using tclsh at \"$with_tclsh\""
puts "Using tclsh: $with_tclsh"
}
if {$use_tcl} {
if {[catch {exec $with_tclsh $top_srcdir/tool/find_tclconfig.tcl} result] == 0} {
@ -510,6 +510,7 @@ proc hwaci-check-tcl {} {
}
}
}
puts "Using tclConfig.sh: $cfg"
} elseif {!$optTcl} {
puts "Unable to run tests because of --disable-tcl"
} else {