diff options
| author | Matthieu Penant <thieum22@hotmail.com> | 2021-03-31 17:29:14 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-31 14:29:14 -0700 |
| commit | 13640c56717dec1bba16c6eb0815d3889dbe1c4d (patch) | |
| tree | 02461c5d438b4d0ba5f7ca5928e06ba0586bccf7 /ports/zstd/install_dll.patch | |
| parent | f22705fd158e09d432cc23b36ed249ca99386718 (diff) | |
| download | vcpkg-13640c56717dec1bba16c6eb0815d3889dbe1c4d.tar.gz vcpkg-13640c56717dec1bba16c6eb0815d3889dbe1c4d.zip | |
[zstd] update to 1.4.9 (#16865)
* [zstd] update to 1.4.9
Fixes #16642
Update zstd to the latest version 1.4.9: https://github.com/facebook/zstd/releases/tag/v1.4.9
* update baseline / version
* Update vcpkg.json
* Update vcpkg.json
apply suggested diff file
* attempt to fix build errors (missing file libzstd?)
* Update zstd.json
* Update portfile.cmake
* fix version
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Diffstat (limited to 'ports/zstd/install_dll.patch')
| -rw-r--r-- | ports/zstd/install_dll.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ports/zstd/install_dll.patch b/ports/zstd/install_dll.patch deleted file mode 100644 index 569b481f1..000000000 --- a/ports/zstd/install_dll.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/build/cmake/lib/CMakeLists.txt b/build/cmake/lib/CMakeLists.txt -index 4274cbdd3..ea1b5f088 100644 ---- a/build/cmake/lib/CMakeLists.txt -+++ b/build/cmake/lib/CMakeLists.txt -@@ -163,6 +163,7 @@ install(TARGETS ${library_targets} - INCLUDES DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}" - ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}" - LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}" -+ RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}" - ) - - # uninstall target |
