Add libzstd.lib for windows builds

This commit is contained in:
crazywhalecc
2026-05-08 22:13:50 +08:00
parent dcf1c5942c
commit 73bf9ff93f
2 changed files with 2 additions and 0 deletions

View File

@@ -19,3 +19,4 @@ zstd:
- libzstd.a
static-libs@windows:
- zstd.lib
- libzstd.lib

View File

@@ -26,6 +26,7 @@ class zstd
)
->build();
FileSystem::copy($package->getLibDir() . '\zstd_static.lib', $package->getLibDir() . '/zstd.lib');
FileSystem::copy($package->getLibDir() . '\zstd_static.lib', $package->getLibDir() . '/libzstd.lib');
}
#[BuildFor('Linux')]