0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-03-16 08:31:03 +00:00

Release 2.1.7 (CVS 329)

FossilOrigin-Name: 71cb9e8ad7616b1f84dc04700685bd4dc157d2db
This commit is contained in:
drh
2001-12-15 02:58:18 +00:00
parent 0ce92edd57
commit 4cbd68f805
5 changed files with 21 additions and 11 deletions

@ -37,7 +37,7 @@ gcc -fPIC $OPTS -O2 -I. -I$TCLDIR -shared *.c $TCLSTUBLIB -o tclsqlite.so
strip tclsqlite.so
mv tclsqlite.so ..
cd ..
rm -f tclsqlite.so
rm -f tclsqlite.so.gz
gzip tclsqlite.so
# Build the tclsqlite.dll shared library that can be imported into tclsh