diff --git a/src/SPC/builder/unix/library/pkgconfig.php b/src/SPC/builder/unix/library/pkgconfig.php index b5392f4d..e6f672e5 100644 --- a/src/SPC/builder/unix/library/pkgconfig.php +++ b/src/SPC/builder/unix/library/pkgconfig.php @@ -12,7 +12,7 @@ trait pkgconfig protected function build(): void { UnixAutoconfExecutor::create($this) - ->appendEnv([[ + ->appendEnv([ 'CFLAGS' => '-Wimplicit-function-declaration -Wno-int-conversion', 'LDFLAGS' => SPCTarget::isStatic() ? '--static' : '', ])