Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit757ed1a

Browse files
committed
Fixed indentation, put URL back, fixed the md5 checksum
1 parentc320ed2 commit757ed1a

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

‎Mac/BuildScript/build-installer.py‎

Lines changed: 8 additions & 7 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp