Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2023-02-14 16:52:39 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2023-02-14 17:37:32 +0300
commit1387ea9f984d5a7aa096a66b67d61dc2cc565d21 (patch)
tree06bc83002d6764fb94a4e60fba381a6e85de2627 /.appveyor.yml
parent588624da2b0a921c7e72d12d19c2ac3321de0326 (diff)
Cygwin: dumper: also link with libzstd, as libbfd may require it
Also allow that linkage to be dynamic, as libzstd-devel doesn't currently provide a static library.
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 50a9101b7..9f20f6d83 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -35,6 +35,7 @@ patch,\
cocom,\
gettext-devel,\
libiconv-devel,\
+libzstd-devel,\
zlib-devel,\
%PKGARCH%-gcc-core,\
%PKGARCH%-gcc-g++,\