1
0
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:
stephan
2025-04-16 15:40:40 +00:00
parent b70d450426
commit cd83a85e05
3 changed files with 11 additions and 13 deletions

View File

@ -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