Skip to content

Commit 2e85dbc

Browse files
committed
Fix build dependency.
1 parent 36f3ab6 commit 2e85dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlite3/assets/wasm/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)