mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-03 23:05:41 +08:00
Provide icu pre-built binary
This commit is contained in:
@@ -6,6 +6,8 @@ namespace SPC\builder\linux\library;
|
||||
|
||||
class icu extends LinuxLibraryBase
|
||||
{
|
||||
use \SPC\builder\unix\library\icu;
|
||||
|
||||
public const NAME = 'icu';
|
||||
|
||||
protected function build(): void
|
||||
@@ -32,5 +34,7 @@ class icu extends LinuxLibraryBase
|
||||
->exec('make clean')
|
||||
->exec("make -j{$this->builder->concurrency}")
|
||||
->exec('make install');
|
||||
|
||||
$this->patchPkgconfPrefix(['icu-i18n.pc', 'icu-io.pc', 'icu-uc.pc'], PKGCONF_PATCH_PREFIX);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user