Skip to content

Commit ceeed39

Browse files
authored
cpython-unix/build-sqlite.sh: Fix typo in location of comment (#803)
1 parent 3811863 commit ceeed39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cpython-unix/build-sqlite.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ fi
2727
# it's not looked for.
2828
unset CXX
2929

30+
# Please try to keep the build flags in sync with cpython-windows/build.py
3031
CC_FOR_BUILD="${HOST_CC}" \
31-
# Please try to keep these in sync with cpython-windows/build.py
3232
CFLAGS="${EXTRA_TARGET_CFLAGS} \
3333
-DSQLITE_ENABLE_DBSTAT_VTAB \
3434
-DSQLITE_ENABLE_FTS3 \

cpython-windows/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)