We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34a7c35 commit 51c2b7dCopy full SHA for 51c2b7d
1 file changed
CMakeLists.txt
@@ -107,9 +107,6 @@ elseif(UNIX AND NOT APPLE)
107
"LINKER:--export-dynamic-symbol=PyInit__duckdb")
108
endif()
109
110
-# if(MSVC) target_link_options(_duckdb PRIVATE "/INCLUDE:duckdb_adbc_init")
111
-# else() target_link_options(_duckdb PRIVATE "-Wl,-u,duckdb_adbc_init") endif()
112
-
113
# ────────────────────────────────────────────
114
# Put the object file in the correct place
115
0 commit comments