Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sqlite3/assets/wasm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ FetchContent_MakeAvailable(sqlite3)

file(DOWNLOAD https://raw.githubusercontent.com/sqlite/sqlite/master/src/test_vfstrace.c "${CMAKE_BINARY_DIR}/vfstrace.c")

set(POWERSYNC_VERSION "0.3.0")
set(POWERSYNC_VERSION "0.3.6")
set(POWERSYNC_A "${CMAKE_BINARY_DIR}/libpowersync-wasm.a")
file(DOWNLOAD "https://github.com/powersync-ja/powersync-sqlite-core/releases/download/v${POWERSYNC_VERSION}/libpowersync-wasm.a" "${POWERSYNC_A}")

Expand Down Expand Up @@ -67,7 +67,7 @@ macro(base_sqlite3_target name debug)
${sources}
${POWERSYNC_A}
@${CMAKE_CURRENT_BINARY_DIR}/required_symbols.txt
DEPENDS ${sources} required_symbols
DEPENDS ${sources} ${POWERSYNC_A} required_symbols
VERBATIM
)

Expand Down
Loading