we can build musl with zig cc too, don't need musl toolchain

This commit is contained in:
DubbleClick
2025-06-26 16:43:37 +07:00
parent fff16b4019
commit 815ba75c76
2 changed files with 4 additions and 1 deletions

View File

@@ -15,6 +15,9 @@ trait attr
protected function build(): void
{
UnixAutoconfExecutor::create($this)
->appendEnv([
'CFLAGS' => '-Wno-int-conversion -Wno-implicit-function-declaration',
])
->exec('libtoolize --force --copy')
->exec('./autogen.sh || autoreconf -if')
->configure('--disable-nls')