Skip to content

Commit 464c2dc

Browse files
committed
cs fix
1 parent 43dc04b commit 464c2dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SPC/builder/unix/UnixBuilderBase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ protected function buildFrankenphp(): void
339339
$env = [
340340
'CGO_ENABLED' => '1',
341341
'CGO_CFLAGS' => $config['cflags'],
342-
'CGO_LDFLAGS' => "$staticFlags {$config['ldflags']} {$config['libs']} {$lrt}",
342+
'CGO_LDFLAGS' => "{$staticFlags} {$config['ldflags']} {$config['libs']} {$lrt}",
343343
'XCADDY_GO_BUILD_FLAGS' => '-buildmode=pie ' .
344344
'-ldflags \"-linkmode=external ' . $extLdFlags . ' ' . $debugFlags .
345345
'-X \'github.com/caddyserver/caddy/v2.CustomVersion=FrankenPHP ' .

0 commit comments

Comments
 (0)