first commit
This commit is contained in:
commit
39e38f931f
382 changed files with 520450 additions and 0 deletions
10
build/linux/x64/debug/_deps/sqlite3-src/tea/pkgIndex.tcl.in
Normal file
10
build/linux/x64/debug/_deps/sqlite3-src/tea/pkgIndex.tcl.in
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# -*- tcl -*-
|
||||
# Tcl package index file, version 1.1
|
||||
#
|
||||
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 a new issue