We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21e996f commit 9d88d4dCopy full SHA for 9d88d4d
CMakeLists.txt
@@ -14,6 +14,7 @@ if (NOT EMSCRIPTEN)
14
add_definitions(-DOVERRIDE_ENCRYPTION_UTILS=1)
15
else()
16
set(EXTRA_SOURCES extension/httpfs/httpfs_client_wasm.cpp)
17
+ set (DUCKDB_EXTENSION_HTTPFS_LINKED_LIBS "../../third_party/mbedtls/libduckdb_mbedtls.a")
18
endif()
19
20
build_static_extension(
0 commit comments