Skip to content

Commit 6b91570

Browse files
committed
fix clang musl compilation
1 parent 31906b3 commit 6b91570

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SPC/builder/unix/library/libedit.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ trait libedit
1111
protected function build(): void
1212
{
1313
UnixAutoconfExecutor::create($this)
14+
->appendEnv(['CFLAGS' => '-D__STDC_ISO_10646__=201103L'])
1415
->configure()
1516
->make();
1617
$this->patchPkgconfPrefix(['libedit.pc']);

0 commit comments

Comments
 (0)