mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Change the target libdir name in the teaish build to match historical tea builds.
FossilOrigin-Name: 8ae437301ed0cf71ef0e07be07917d9702221d27bdc98491209d8f28c7a500e2
This commit is contained in:
@ -1,14 +1,12 @@
|
||||
# Teaish configure script for the SQLite TCL extension
|
||||
|
||||
define TEAISH_NAME sqlite
|
||||
define TEAISH_PKGNAME sqlite3
|
||||
define TEAISH_LIBDIR_NAME sqlite3
|
||||
define TEAISH_NAME sqlite; # name used in dist tarballs and as the libdir prefix
|
||||
define TEAISH_PKGNAME sqlite3; # name for purposes of Tcl_PkgProvide()
|
||||
define TEAISH_LOAD_PREFIX Sqlite3; # 2nd arg to [load]
|
||||
#
|
||||
# Get the version...
|
||||
#
|
||||
define TEAISH_VERSION [proj-file-content -trim [get-define TEAISH_DIR]/../VERSION]
|
||||
proj-assert {[string match 3.*.* [get-define TEAISH_VERSION]]}
|
||||
define TEAISH_LIBDIR_NAME \
|
||||
[join [list [get-define TEAISH_NAME] [get-define TEAISH_VERSION]] ""]
|
||||
|
||||
#
|
||||
# Object for communicating certain config-time state across various
|
||||
|
Reference in New Issue
Block a user