Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cpython-unix/build-sqlite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ fi
# it's not looked for.
unset CXX

# Please try to keep the build flags in sync with cpython-windows/build.py
CC_FOR_BUILD="${HOST_CC}" \
# Please try to keep these in sync with cpython-windows/build.py
CFLAGS="${EXTRA_TARGET_CFLAGS} \
-DSQLITE_ENABLE_DBSTAT_VTAB \
-DSQLITE_ENABLE_FTS3 \
Expand Down
2 changes: 1 addition & 1 deletion cpython-windows/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ def hack_project_files(
rb"<SqlitePatchVersion>%s</SqlitePatchVersion>" % sqlite3_version_parts[3],
)

# Please try keep these in sync with cpython-unix/build-sqlite.sh
# Please try to keep these in sync with cpython-unix/build-sqlite.sh
sqlite_build_flags = {
b"SQLITE_ENABLE_DBSTAT_VTAB",
b"SQLITE_ENABLE_FTS3",
Expand Down