mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-02 14:25:41 +08:00
cs fix
This commit is contained in:
@@ -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}";
|
||||
|
||||
Reference in New Issue
Block a user