Skip to content
Prev Previous commit
Next Next commit
Fixed trailing white space issue
  • Loading branch information
jtranquilli committed Oct 5, 2023
commit 3e9ae8fd4a980bacd707e3c1f810e39c42d0e5f6
2 changes: 1 addition & 1 deletion Mac/BuildScript/build-installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ def library_recipes():
),
dict(
name="SQLite 3.43.1",
url="https://sqlite.org/2023/sqlite-autoconf-3430100.tar.gz",
url="https://sqlite.org/2023/sqlite-autoconf-3430100.tar.gz",
checksum="77e61befe9c3298da0504f87772a24b0",
extra_cflags=('-Os '
'-DSQLITE_ENABLE_FTS5 '
Expand Down