Import Tcl 8.6.12
This commit is contained in:
12
pkgs/sqlite3.36.0/pkgIndex.tcl.in
Normal file
12
pkgs/sqlite3.36.0/pkgIndex.tcl.in
Normal file
@@ -0,0 +1,12 @@
|
||||
#
|
||||
# Tcl package index file
|
||||
#
|
||||
# Note sqlite*3* init specifically
|
||||
#
|
||||
if {[package vsatisfies [package provide Tcl] 9.0-]} {
|
||||
package ifneeded sqlite3 @PACKAGE_VERSION@ \
|
||||
[list load [file join $dir @PKG_LIB_FILE9@] Sqlite3]
|
||||
} else {
|
||||
package ifneeded sqlite3 @PACKAGE_VERSION@ \
|
||||
[list load [file join $dir @PKG_LIB_FILE8@] Sqlite3]
|
||||
}
|
||||
Reference in New Issue
Block a user