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)
19
19
20
20
file (DOWNLOAD https://raw.githubusercontent.com/sqlite/sqlite/master/src/test_vfstrace.c "${CMAKE_BINARY_DIR} /vfstrace.c" )
21
21
22
- set (POWERSYNC_VERSION "0.3.0 " )
22
+ set (POWERSYNC_VERSION "0.3.6 " )
23
23
set (POWERSYNC_A "${CMAKE_BINARY_DIR} /libpowersync-wasm.a" )
24
24
file (DOWNLOAD "https://github.com/powersync-ja/powersync-sqlite-core/releases/download/v${POWERSYNC_VERSION} /libpowersync-wasm.a" "${POWERSYNC_A} " )
25
25
@@ -67,7 +67,7 @@ macro(base_sqlite3_target name debug)
67
67
${sources}
68
68
${POWERSYNC_A}
69
69
@${CMAKE_CURRENT_BINARY_DIR}/required_symbols.txt
70
- DEPENDS ${sources} required_symbols
70
+ DEPENDS ${sources} ${POWERSYNC_A} required_symbols
71
71
VERBATIM
72
72
)
73
73
You can’t perform that action at this time.
0 commit comments