Skip to content

Commit

Permalink
try again with static libzstd.a on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
snmsts committed Sep 21, 2024
1 parent 91cca90 commit 912765b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ jobs:
run: |
make zstd
find /mingw64 | grep zstd
bash -c 'cd zstd/lib;make CFLAGS="-fPIC" libzstd.a-release;'
rm /mingw64/lib/libzstd.dll.a
mv /mingw64/bin/libzstd.dll /mingw64/bin/libzstd.dll_
bash -c 'cd zstd/lib;make CFLAGS="-fPIC" libzstd.a-release;cp libzstd.a /mingw64/lib;cp *.h /mingw64/include'
if [ "$VERSION" = "" ]; then
OS=windows make latest-version compile archive;
else
Expand Down

0 comments on commit 912765b

Please sign in to comment.