File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ FetchContent_MakeAvailable(sqlite3)
1919
2020file (DOWNLOAD https://raw.githubusercontent.com/sqlite/sqlite/master/src/test_vfstrace.c "${CMAKE_BINARY_DIR} /vfstrace.c" )
2121
22- set (POWERSYNC_VERSION "0.3.0 " )
22+ set (POWERSYNC_VERSION "0.3.6 " )
2323set (POWERSYNC_A "${CMAKE_BINARY_DIR} /libpowersync-wasm.a" )
2424file (DOWNLOAD "https://github.com/powersync-ja/powersync-sqlite-core/releases/download/v${POWERSYNC_VERSION} /libpowersync-wasm.a" "${POWERSYNC_A} " )
2525
@@ -67,7 +67,7 @@ macro(base_sqlite3_target name debug)
6767 ${sources}
6868 ${POWERSYNC_A}
6969 @${CMAKE_CURRENT_BINARY_DIR} /required_symbols.txt
70- DEPENDS ${sources} required_symbols
70+ DEPENDS ${sources} ${POWERSYNC_A} required_symbols
7171 VERBATIM
7272 )
7373
You can’t perform that action at this time.
0 commit comments