Skip to content

Commit 9d88d4d

Browse files
committed
Explicitly link mbedtls for wasm
1 parent 21e996f commit 9d88d4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ if (NOT EMSCRIPTEN)
1414
add_definitions(-DOVERRIDE_ENCRYPTION_UTILS=1)
1515
else()
1616
set(EXTRA_SOURCES extension/httpfs/httpfs_client_wasm.cpp)
17+
set (DUCKDB_EXTENSION_HTTPFS_LINKED_LIBS "../../third_party/mbedtls/libduckdb_mbedtls.a")
1718
endif()
1819

1920
build_static_extension(

0 commit comments

Comments
 (0)