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 /.github
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 '.github')
-rw-r--r--.github/workflows/cygwin.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml
index 10d0255ef..575ff1fdc 100644
--- a/.github/workflows/cygwin.yml
+++ b/.github/workflows/cygwin.yml
@@ -81,6 +81,7 @@ jobs:
gettext-devel,
libiconv,
libiconv-devel,
+ libzstd-devel,
make,
mingw64-${{ matrix.pkgarch }}-gcc-g++,
mingw64-${{ matrix.pkgarch }}-zlib,