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