Skip to content

Commit 5a7fec5

Browse files
authored
Merge pull request #15 from powersync-ja/update-psc-036
Update powersync-sqlite-core to v0.3.6
2 parents 3ded039 + 2e85dbc commit 5a7fec5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sqlite3/assets/wasm/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ FetchContent_MakeAvailable(sqlite3)
1919

2020
file(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")
2323
set(POWERSYNC_A "${CMAKE_BINARY_DIR}/libpowersync-wasm.a")
2424
file(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

0 commit comments

Comments
 (0)