fix
This commit is contained in:
5
.CondaPkg/env/Library/lib/sqlite3.40.0/pkgIndex.tcl
vendored
Normal file
5
.CondaPkg/env/Library/lib/sqlite3.40.0/pkgIndex.tcl
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
if {[package vsatisfies [package provide Tcl] 9.0-]} {
|
||||
package ifneeded sqlite3 3.40.0 [list load [file join $dir tcl9sqlite3400t.dll] [string totitle sqlite3]]
|
||||
} else {
|
||||
package ifneeded sqlite3 3.40.0 [list load [file join $dir sqlite3400t.dll] [string totitle sqlite3]]
|
||||
}
|
||||
Reference in New Issue
Block a user