File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ include_directories(
1919 ../duckdb/third_party/thrift
2020 ../duckdb/third_party/snappy
2121 ../duckdb/third_party/zstd/include
22- ../duckdb/third_party/mbedtls/include
22+ # ../duckdb/third_party/mbedtls/include
2323 ../duckdb/third_party/brotli/include )
2424set (EXTENSION_SOURCES src/chsql_extension.cpp src/duck_flock.cpp src/chsql_system.cpp src/parquet_types.cpp)
2525# Exclude mbedtls/version from the build
@@ -30,8 +30,8 @@ set_source_files_properties(
3030build_static_extension (${TARGET_NAME} ${EXTENSION_SOURCES} )
3131build_loadable_extension (${TARGET_NAME} " " ${EXTENSION_SOURCES} )
3232# Link OpenSSL in both the static library as the loadable extension
33- target_link_libraries (${EXTENSION_NAME} OpenSSL::SSL OpenSSL::Crypto )
34- target_link_libraries (${LOADABLE_EXTENSION_NAME} OpenSSL::SSL OpenSSL::Crypto )
33+ target_link_libraries (${EXTENSION_NAME} OpenSSL::SSL OpenSSL::Crypto duckdb_mbedtls )
34+ target_link_libraries (${LOADABLE_EXTENSION_NAME} OpenSSL::SSL OpenSSL::Crypto duckdb_mbedtls )
3535install (
3636 TARGETS ${EXTENSION_NAME}
3737 EXPORT "${DUCKDB_EXPORT_SET} "
You can’t perform that action at this time.
0 commit comments