File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/SPC/builder/linux/library Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ This extension contains an implementation of the coroutine environment for `pdo_
5252
5353## imagick
5454
55- 1 . Openmp support is disabled, this is recommended by the maintainers and also the case system packages.
55+ 1 . OpenMP support is disabled, this is recommended by the maintainers and also the case system packages.
5656
5757## imap
5858
Original file line number Diff line number Diff line change @@ -62,7 +62,8 @@ public function build(): void
6262
6363 $ ex_lib = trim ($ ex_lib );
6464
65- $ clang_postfix = SystemUtil::getCCType () === 'clang ' ? '-clang ' : '' ;
65+ /* @phpstan-ignore-next-line */
66+ $ clang_postfix = SystemUtil::getCCType () === 'clang ' && (GNU_ARCH === 'x86_64 ' || PHP_OS_FAMILY === 'Darwin ' ) ? '-clang ' : '' ;
6667
6768 shell ()->cd ($ this ->source_dir )->initializeEnv ($ this )
6869 ->exec (
You can’t perform that action at this time.
0 commit comments