aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libressl/pkgconfig.diff
blob: ee08c9fdb13724401a6f310122e47e430e5a8045 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9c3d0d4..cc0e904 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -512,7 +512,7 @@ if(ENABLE_LIBRESSL_INSTALL)
 		DESTINATION "${LIBRESSL_INSTALL_CMAKEDIR}"
 	)
 
-	if(NOT MSVC)
+	if(1)
 		# Create pkgconfig files.
 		set(prefix      ${CMAKE_INSTALL_PREFIX})
 		set(exec_prefix \${prefix})