Skip to content

Commit

Permalink
Add zstd for wasm build
Browse files Browse the repository at this point in the history
  • Loading branch information
trungleduc committed Oct 18, 2024
1 parent 8725149 commit 8783ee0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ if (EMSCRIPTEN)
$ENV{PREFIX}/lib/libz.a
$ENV{PREFIX}/lib/libsqlite3.a
$ENV{PREFIX}/lib/libffi.a
$ENV{PREFIX}/lib/libzstd.a
)

add_executable(xpython ${XPYTHON_WASM_SRC})
Expand Down

0 comments on commit 8783ee0

Please sign in to comment.