Skip to content

Commit cb5b282

Browse files
authored
Merge pull request #90 from carlopi/explicit_mbedtls_wasm
Explicitly link mbedtls for wasm
2 parents 6f22256 + 9d88d4d commit cb5b282

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)