We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ebdc45 commit c43a100Copy full SHA for c43a100
src/SPC/builder/unix/library/pkgconfig.php
@@ -12,7 +12,7 @@ trait pkgconfig
12
protected function build(): void
13
{
14
UnixAutoconfExecutor::create($this)
15
- ->appendEnv([[
+ ->appendEnv([
16
'CFLAGS' => '-Wimplicit-function-declaration -Wno-int-conversion',
17
'LDFLAGS' => SPCTarget::isStatic() ? '--static' : '',
18
])
0 commit comments