Artifact d123f3052b47c3de7197aeffa90c62f0a4a27712046b3140987b569a6cc1bb48:
- File pkgIndex.tcl.in — part of check-in [01caf8a372] at 2024-02-12 10:32:23 on branch nijtmans — Merge 1.7. Forget about Tcl < 8.6 for this branch (user: jan.nijtmans, size: 366) [annotate] [blame] [check-ins using] [more...]
if {[package vsatisfies [package present Tcl] 8.6-]} { package ifneeded tls @PACKAGE_VERSION@ [list apply {{dir} { if {{@TCLEXT_BUILD@} eq "static"} { load {} Tls } else { load [file join $dir @EXTENSION_TARGET@] Tls } set tlsTclInitScript [file join $dir tls.tcl] if {[file exists $tlsTclInitScript]} { source $tlsTclInitScript } }} $dir] }