mirror of
https://github.com/status-im/sqlcipher.git
synced 2025-02-23 17:28:17 +00:00
8 lines
167 B
Tcl
8 lines
167 B
Tcl
#
|
|
# Tcl package index file
|
|
#
|
|
# Note sqlite*3* init specifically
|
|
#
|
|
package ifneeded sqlite3 @PACKAGE_VERSION@ \
|
|
[list load [file join $dir @PKG_LIB_FILE@] Sqlite3]
|