mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
fix clang musl compilation
This commit is contained in:
parent
31906b36e5
commit
6b91570054
@ -11,6 +11,7 @@ trait libedit
|
|||||||
protected function build(): void
|
protected function build(): void
|
||||||
{
|
{
|
||||||
UnixAutoconfExecutor::create($this)
|
UnixAutoconfExecutor::create($this)
|
||||||
|
->appendEnv(['CFLAGS' => '-D__STDC_ISO_10646__=201103L'])
|
||||||
->configure()
|
->configure()
|
||||||
->make();
|
->make();
|
||||||
$this->patchPkgconfPrefix(['libedit.pc']);
|
$this->patchPkgconfPrefix(['libedit.pc']);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user