mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 12:54:52 +08:00
suggestion and aarch64 fix
This commit is contained in:
parent
b535600297
commit
e408a2cf1d
@ -52,7 +52,7 @@ This extension contains an implementation of the coroutine environment for `pdo_
|
|||||||
|
|
||||||
## imagick
|
## imagick
|
||||||
|
|
||||||
1. Openmp support is disabled, this is recommended by the maintainers and also the case system packages.
|
1. OpenMP support is disabled, this is recommended by the maintainers and also the case system packages.
|
||||||
|
|
||||||
## imap
|
## imap
|
||||||
|
|
||||||
|
|||||||
@ -62,7 +62,8 @@ class openssl extends LinuxLibraryBase
|
|||||||
|
|
||||||
$ex_lib = trim($ex_lib);
|
$ex_lib = trim($ex_lib);
|
||||||
|
|
||||||
$clang_postfix = SystemUtil::getCCType() === 'clang' ? '-clang' : '';
|
/* @phpstan-ignore-next-line */
|
||||||
|
$clang_postfix = SystemUtil::getCCType() === 'clang' && (GNU_ARCH === 'x86_64' || PHP_OS_FAMILY === 'Darwin') ? '-clang' : '';
|
||||||
|
|
||||||
shell()->cd($this->source_dir)->initializeEnv($this)
|
shell()->cd($this->source_dir)->initializeEnv($this)
|
||||||
->exec(
|
->exec(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user