Skip to content

Commit

Permalink
Fix build dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkistner committed Nov 11, 2024
1 parent 36f3ab6 commit 2e85dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlite3/assets/wasm/CMakeLists.txt
Original file line number Diff line number Diff line change
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

0 comments on commit 2e85dbc

Please sign in to comment.