Skip to content

Commit c43a100

Browse files
committed
fix
1 parent 2ebdc45 commit c43a100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ trait pkgconfig
1212
protected function build(): void
1313
{
1414
UnixAutoconfExecutor::create($this)
15-
->appendEnv([[
15+
->appendEnv([
1616
'CFLAGS' => '-Wimplicit-function-declaration -Wno-int-conversion',
1717
'LDFLAGS' => SPCTarget::isStatic() ? '--static' : '',
1818
])

0 commit comments

Comments
 (0)