Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 757ed1a

Browse files
committed
Fixed indentation, put URL back, fixed the md5 checksum
1 parent c320ed2 commit 757ed1a

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

Mac/BuildScript/build-installer.py

+8-7
Original file line numberDiff line numberDiff line change
@@ -360,14 +360,15 @@ def library_recipes():
360360
),
361361
dict(
362362
name="SQLite 3.43.1",
363-
checksum="fd32866c281539eae95cd90b5c2c34337d8808822a988211b9b009c1e788e42d",
363+
url="https://sqlite.org/2023/sqlite-autoconf-3430100.tar.gz",
364+
checksum="77e61befe9c3298da0504f87772a24b0",
364365
extra_cflags=('-Os '
365-
'-DSQLITE_ENABLE_FTS5 '
366-
'-DSQLITE_ENABLE_FTS4 '
367-
'-DSQLITE_ENABLE_FTS3_PARENTHESIS '
368-
'-DSQLITE_ENABLE_RTREE '
369-
'-DSQLITE_OMIT_AUTOINIT '
370-
'-DSQLITE_TCL=0 '
366+
'-DSQLITE_ENABLE_FTS5 '
367+
'-DSQLITE_ENABLE_FTS4 '
368+
'-DSQLITE_ENABLE_FTS3_PARENTHESIS '
369+
'-DSQLITE_ENABLE_RTREE '
370+
'-DSQLITE_OMIT_AUTOINIT '
371+
'-DSQLITE_TCL=0 '
371372
),
372373
configure_pre=[
373374
'--enable-threadsafe',

0 commit comments

Comments
 (0)