aboutsummaryrefslogtreecommitdiff
path: root/ports/curl/0005_remove_imp_suffix.patch
blob: 83ec105133679644c2b9fe44376a4d7e0967b755 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
index 1d71e14..62b7b33 100644
--- a/lib/CMakeLists.txt
+++ b/lib/CMakeLists.txt
@@ -128,7 +128,7 @@ if(CURL_HAS_LTO)
     INTERPROCEDURAL_OPTIMIZATION_RELWITHDEBINFO TRUE)
 endif()
 
-if(WIN32)
+if(WIN32 AND 0)
   if(BUILD_SHARED_LIBS)
     if(MSVC)
       # Add "_imp" as a suffix before the extension to avoid conflicting with
       # the statically linked "libcurl.lib"