aboutsummaryrefslogtreecommitdiff
path: root/ports/curl/0005_remove_imp_suffix.patch
blob: 356af2d52987b8b8e7c8afd20aa890969f13b82e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
index eca9a8a..6f72955 100644
--- a/lib/CMakeLists.txt
+++ b/lib/CMakeLists.txt
@@ -97,7 +97,7 @@ endif()
 set_target_properties(${LIB_NAME} PROPERTIES PREFIX "")
 set_target_properties(${LIB_NAME} PROPERTIES IMPORT_PREFIX "")
 
-if(WIN32)
+if(WIN32 AND 0)
   if(BUILD_SHARED_LIBS)
     # Add "_imp" as a suffix before the extension to avoid conflicting with the statically linked "libcurl.lib"
     set_target_properties(${LIB_NAME} PROPERTIES IMPORT_SUFFIX "_imp.lib")