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 2558c02 commit af90b84Copy full SHA for af90b84
src/SPC/builder/unix/UnixBuilderBase.php
@@ -283,7 +283,7 @@ protected function buildFrankenphp(): void
283
$env = [
284
'CGO_ENABLED' => '1',
285
'CGO_CFLAGS' => $this->arch_c_flags . ' ' . $config['cflags'],
286
- 'CGO_LDFLAGS' => $this->arch_ld_flags . " {$staticFlags} {$config['ldflags']} {$config['libs']} {$lrt}",
+ 'CGO_LDFLAGS' => "{$this->arch_ld_flags} {$staticFlags} {$config['ldflags']} {$config['libs']} {$lrt}",
287
'XCADDY_GO_BUILD_FLAGS' => '-buildmode=pie ' .
288
'-ldflags \"-linkmode=external ' . $extLdFlags . ' ' . $debugFlags .
289
'-X \'github.com/caddyserver/caddy/v2.CustomVersion=FrankenPHP ' .
0 commit comments