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.
2 parents 6f22256 + 9d88d4d commit cb5b282Copy full SHA for cb5b282
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