early-access version 2853
This commit is contained in:
13
externals/vcpkg/ports/zstd/install_pkgpc.patch
vendored
Executable file
13
externals/vcpkg/ports/zstd/install_pkgpc.patch
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
diff --git a/build/cmake/lib/CMakeLists.txt b/build/cmake/lib/CMakeLists.txt
|
||||
index 5f75665..dabc9d5 100644
|
||||
--- a/build/cmake/lib/CMakeLists.txt
|
||||
+++ b/build/cmake/lib/CMakeLists.txt
|
||||
@@ -130,7 +130,7 @@ if (ZSTD_BUILD_STATIC)
|
||||
OUTPUT_NAME ${STATIC_LIBRARY_BASE_NAME})
|
||||
endif ()
|
||||
|
||||
-if (UNIX OR MINGW)
|
||||
+if (1)
|
||||
# pkg-config
|
||||
set(PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||
set(EXEC_PREFIX "\${prefix}")
|
Reference in New Issue
Block a user