vcpkg/ports/libressl/pkgconfig.diff

14 lines
344 B
Diff
Raw Normal View History

diff --git a/CMakeLists.txt b/CMakeLists.txt
2024-11-16 07:13:13 +08:00
index 9c3d0d4..cc0e904 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
2024-11-16 07:13:13 +08:00
@@ -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})