8000 Fix sqlite3 external build · VXAPPS/sqlite_functions@5e2ff3d · GitHub
[go: up one dir, main page]

Skip to content

Commit 5e2ff3d

Browse files
committed
Fix sqlite3 external build
1 parent 43be900 commit 5e2ff3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/external/sqlite3.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ if(WIN32)
5959
else()
6060
set(SQLITE_CONFIGURE_COMMAND
6161
CC=${CMAKE_C_COMPILER}
62-
CFLAGS='--std=${CMAKE_C_STANDARD}'
62+
CFLAGS=--std=c${CMAKE_C_STANDARD}
6363
LDFLAGS=${ZLIB_DIR}
6464
${SQLITE_SRC}/src/SQLite/configure
6565
# -q #quite

0 commit comments

Comments
 (0)
0