mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 01:48:59 +08:00
14 lines
417 B
Diff
14 lines
417 B
Diff
|
diff --git a/build/cmake/lib/CMakeLists.txt b/build/cmake/lib/CMakeLists.txt
|
||
|
index 666da60c1..4274cbdd3 100644
|
||
|
--- a/build/cmake/lib/CMakeLists.txt
|
||
|
+++ b/build/cmake/lib/CMakeLists.txt
|
||
|
@@ -134,7 +134,7 @@ if (ZSTD_BUILD_STATIC)
|
||
|
OUTPUT_NAME ${STATIC_LIBRARY_BASE_NAME})
|
||
|
endif ()
|
||
|
|
||
|
-if (UNIX)
|
||
|
+if (1)
|
||
|
# pkg-config
|
||
|
set(PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||
|
set(LIBDIR "${CMAKE_INSTALL_LIBDIR}")
|