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 2727# it's not looked for.
2828unset CXX
2929
30+ # Please try to keep the build flags in sync with cpython-windows/build.py
3031CC_FOR_BUILD=" ${HOST_CC} " \
31- # Please try to keep these in sync with cpython-windows/build.py
3232CFLAGS=" ${EXTRA_TARGET_CFLAGS} \
3333 -DSQLITE_ENABLE_DBSTAT_VTAB \
3434 -DSQLITE_ENABLE_FTS3 \
Original file line number Diff line number Diff line change @@ -568,7 +568,7 @@ def hack_project_files(
568568 rb"<SqlitePatchVersion>%s</SqlitePatchVersion>" % sqlite3_version_parts [3 ],
569569 )
570570
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
572572 sqlite_build_flags = {
573573 b"SQLITE_ENABLE_DBSTAT_VTAB" ,
574574 b"SQLITE_ENABLE_FTS3" ,
You can’t perform that action at this time.
0 commit comments