File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,13 @@ build_loadable_extension(httpfs ${PARAMETERS} ${EXTENSION_SOURCES})
3232if (EMSCRIPTEN)
3333 target_link_libraries (httpfs_loadable_extension duckdb_mbedtls)
3434else ()
35- target_link_libraries (httpfs_loadable_extension duckdb_mbedtls
36- ${OPENSSL_LIBRARIES} )
37- target_link_libraries (httpfs_extension duckdb_mbedtls ${OPENSSL_LIBRARIES} )
38-
3935 # Link dependencies into extension
4036 target_link_libraries (httpfs_loadable_extension ${CURL_LIBRARIES} )
4137 target_link_libraries (httpfs_extension ${CURL_LIBRARIES} )
4238
39+ target_link_libraries (httpfs_loadable_extension duckdb_mbedtls
40+ ${OPENSSL_LIBRARIES} )
41+ target_link_libraries (httpfs_extension duckdb_mbedtls ${OPENSSL_LIBRARIES} )
4342
4443 if (MINGW)
4544 find_package (ZLIB)
You can’t perform that action at this time.
0 commit comments