mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 01:15:37 +08:00
Add libzstd.lib for windows builds
This commit is contained in:
@@ -19,3 +19,4 @@ zstd:
|
|||||||
- libzstd.a
|
- libzstd.a
|
||||||
static-libs@windows:
|
static-libs@windows:
|
||||||
- zstd.lib
|
- zstd.lib
|
||||||
|
- libzstd.lib
|
||||||
|
|||||||
@@ -26,6 +26,7 @@ class zstd
|
|||||||
)
|
)
|
||||||
->build();
|
->build();
|
||||||
FileSystem::copy($package->getLibDir() . '\zstd_static.lib', $package->getLibDir() . '/zstd.lib');
|
FileSystem::copy($package->getLibDir() . '\zstd_static.lib', $package->getLibDir() . '/zstd.lib');
|
||||||
|
FileSystem::copy($package->getLibDir() . '\zstd_static.lib', $package->getLibDir() . '/libzstd.lib');
|
||||||
}
|
}
|
||||||
|
|
||||||
#[BuildFor('Linux')]
|
#[BuildFor('Linux')]
|
||||||
|
|||||||
Reference in New Issue
Block a user