Skip to content

Commit 66902d7

Browse files
committed
cs fix
1 parent f6cc6af commit 66902d7

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
@@ -86,7 +86,7 @@ public function getDynamicExportSymbolsArgument(): ?string
8686

8787
$argument = "-Wl,--dynamic-list={$exportList}";
8888
if (ToolchainManager::getToolchainClass() === ZigToolchain::class) {
89-
$argument = "-Wl,--export-dynamic";
89+
$argument = '-Wl,--export-dynamic'; // https://github.com/ziglang/zig/issues/24662
9090
}
9191
if (SPCTarget::getTargetOS() !== 'Linux') {
9292
$argument = "-Wl,-exported_symbols_list {$exportList}";

0 commit comments

Comments
 (0)