File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 27
27
# it's not looked for.
28
28
unset CXX
29
29
30
+ # Please try to keep the build flags in sync with cpython-windows/build.py
30
31
CC_FOR_BUILD=" ${HOST_CC} " \
31
- # Please try to keep these in sync with cpython-windows/build.py
32
32
CFLAGS=" ${EXTRA_TARGET_CFLAGS} \
33
33
-DSQLITE_ENABLE_DBSTAT_VTAB \
34
34
-DSQLITE_ENABLE_FTS3 \
Original file line number Diff line number Diff line change @@ -568,7 +568,7 @@ def hack_project_files(
568
568
rb"<SqlitePatchVersion>%s</SqlitePatchVersion>" % sqlite3_version_parts [3 ],
569
569
)
570
570
571
- # Please try keep these in sync with cpython-unix/build-sqlite.sh
571
+ # Please try to keep these in sync with cpython-unix/build-sqlite.sh
572
572
sqlite_build_flags = {
573
573
b"SQLITE_ENABLE_DBSTAT_VTAB" ,
574
574
b"SQLITE_ENABLE_FTS3" ,
You can’t perform that action at this time.
0 commit comments