File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,11 @@ FetchContent_Declare(
17
17
18
18
FetchContent_MakeAvailable (sqlite3 )
19
19
20
- set (POWERSYNC_A "${CMAKE_BINARY_DIR} /libpowersync-wasm.a" )
21
-
22
20
file (DOWNLOAD https://raw.githubusercontent.com/sqlite/sqlite/master/src/test_vfstrace.c "${CMAKE_BINARY_DIR} /vfstrace.c" )
23
- file (DOWNLOAD https://github.com/powersync-ja/powersync-sqlite-core/releases/download/v0.3.0/libpowersync-wasm.a "${POWERSYNC_A} " )
21
+
22
+ set (POWERSYNC_VERSION "0.3.0" )
23
+ set (POWERSYNC_A "${CMAKE_BINARY_DIR} /libpowersync-wasm.a" )
24
+ file (DOWNLOAD "https://github.com/powersync-ja/powersync-sqlite-core/releases/download/v${POWERSYNC_VERSION} /libpowersync-wasm.a" "${POWERSYNC_A} " )
24
25
25
26
# Generate symbols we need to export from the sqlite3.wasm build
26
27
add_custom_command (
You can’t perform that action at this time.
0 commit comments