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 da28219 + 58911bb commit af7bcafCopy full SHA for af7bcaf
CMakeLists.txt
@@ -49,7 +49,7 @@ endif()
49
find_package(OpenSSL REQUIRED)
50
include_directories(${OPENSSL_INCLUDE_DIR})
51
if(EMSCRIPTEN)
52
-
+ target_link_libraries(httpfs_loadable_extension duckdb_mbedtls)
53
else()
54
target_link_libraries(httpfs_loadable_extension duckdb_mbedtls
55
${OPENSSL_LIBRARIES})
extension_config.cmake
@@ -15,5 +15,4 @@ duckdb_extension_load(httpfs
15
SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}
16
INCLUDE_DIR ${CMAKE_CURRENT_LIST_DIR}/extension/httpfs/include
17
${LOAD_HTTPFS_TESTS}
18
- LINKED_LIBS "../../third_party/mbedtls/libduckdb_mbedtls.a"
19
)
0 commit comments