We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7863b5a commit 6fbd49bCopy full SHA for 6fbd49b
sqlite3/assets/wasm/CMakeLists.txt
@@ -74,7 +74,7 @@ add_custom_target(
74
)
75
76
base_sqlite3_target(sqlite3_debug)
77
-file(DOWNLOAD https://raw.githubusercontent.com/sqlite/sqlite/master/src/test_vfstrace.c "${CMAKE_BINARY_DIR}/vfstrace.c")
+file(DOWNLOAD https://raw.githubusercontent.com/sqlite/sqlite/version-3.44.0/src/test_vfstrace.c "${CMAKE_BINARY_DIR}/vfstrace.c")
78
target_sources(sqlite3_debug PRIVATE "${CMAKE_BINARY_DIR}/vfstrace.c")
79
target_compile_options(sqlite3_debug PRIVATE -g)
80
target_compile_definitions(sqlite3_debug PRIVATE SQLITE_ENABLE_VFSTRACE SQLITE_ENABLE_API_ARMOR)
0 commit comments