mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 13:24:51 +08:00
cs fix
This commit is contained in:
parent
f6cc6af39c
commit
66902d74c4
@ -86,7 +86,7 @@ abstract class UnixBuilderBase extends BuilderBase
|
||||
|
||||
$argument = "-Wl,--dynamic-list={$exportList}";
|
||||
if (ToolchainManager::getToolchainClass() === ZigToolchain::class) {
|
||||
$argument = "-Wl,--export-dynamic";
|
||||
$argument = '-Wl,--export-dynamic'; // https://github.com/ziglang/zig/issues/24662
|
||||
}
|
||||
if (SPCTarget::getTargetOS() !== 'Linux') {
|
||||
$argument = "-Wl,-exported_symbols_list {$exportList}";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user