diff options
| author | JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> | 2021-08-26 12:08:51 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-25 21:08:51 -0700 |
| commit | dd3d6df5001d49f954bc39b73a4c49ae3c9e8d15 (patch) | |
| tree | 78d59cab2178b2e5e6a2e453a667c59ecbd7de81 /ports/zstd/install_pkgpc.patch | |
| parent | c13c2185225227d4d0434647150cd6cf31b81cb8 (diff) | |
| download | vcpkg-dd3d6df5001d49f954bc39b73a4c49ae3c9e8d15.tar.gz vcpkg-dd3d6df5001d49f954bc39b73a4c49ae3c9e8d15.zip | |
[zstd] update to 1.5.0 (#18915)
Diffstat (limited to 'ports/zstd/install_pkgpc.patch')
| -rw-r--r-- | ports/zstd/install_pkgpc.patch | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/ports/zstd/install_pkgpc.patch b/ports/zstd/install_pkgpc.patch index 61c8a956a..a0582d98b 100644 --- a/ports/zstd/install_pkgpc.patch +++ b/ports/zstd/install_pkgpc.patch @@ -1,14 +1,13 @@ diff --git a/build/cmake/lib/CMakeLists.txt b/build/cmake/lib/CMakeLists.txt -index 179c9762..f86efdbc 100644 +index 5f75665..dabc9d5 100644 --- a/build/cmake/lib/CMakeLists.txt +++ b/build/cmake/lib/CMakeLists.txt -@@ -134,7 +134,7 @@ if (ZSTD_BUILD_STATIC) +@@ -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}") -
\ No newline at end of file |
