mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 09:25:35 +08:00
Merge branch 'main' into pkg-config-pkg
# Conflicts: # src/globals/test-extensions.php
This commit is contained in:
@@ -40,7 +40,7 @@ class LinuxToolCheckList
|
||||
'tar', 'unzip', 'gzip', 'gcc',
|
||||
'bzip2', 'cmake', 'patch', 'which',
|
||||
'xz', 'libtool', 'gettext-devel',
|
||||
'perl', 'patchelf',
|
||||
'patchelf',
|
||||
];
|
||||
|
||||
public const TOOLS_ARCH = [
|
||||
@@ -48,10 +48,12 @@ class LinuxToolCheckList
|
||||
];
|
||||
|
||||
private const PROVIDED_COMMAND = [
|
||||
'perl' => '/usr/share/perl5/FindBin.pm',
|
||||
'binutils-gold' => 'ld.gold',
|
||||
'base-devel' => 'automake',
|
||||
'gettext-devel' => 'gettextize',
|
||||
'gettext-dev' => 'gettextize',
|
||||
'perl-IPC-Cmd' => '/usr/share/doc/perl-IPC-Cmd',
|
||||
];
|
||||
|
||||
/** @noinspection PhpUnused */
|
||||
|
||||
Reference in New Issue
Block a user