Skip to content

Commit af90b84

Browse files
committed
format string
1 parent 2558c02 commit af90b84

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
@@ -283,7 +283,7 @@ protected function buildFrankenphp(): void
283283
$env = [
284284
'CGO_ENABLED' => '1',
285285
'CGO_CFLAGS' => $this->arch_c_flags . ' ' . $config['cflags'],
286-
'CGO_LDFLAGS' => $this->arch_ld_flags . " {$staticFlags} {$config['ldflags']} {$config['libs']} {$lrt}",
286+
'CGO_LDFLAGS' => "{$this->arch_ld_flags} {$staticFlags} {$config['ldflags']} {$config['libs']} {$lrt}",
287287
'XCADDY_GO_BUILD_FLAGS' => '-buildmode=pie ' .
288288
'-ldflags \"-linkmode=external ' . $extLdFlags . ' ' . $debugFlags .
289289
'-X \'github.com/caddyserver/caddy/v2.CustomVersion=FrankenPHP ' .

0 commit comments

Comments
 (0)