Skip to content

Commit

Permalink
typo zig: remove dash
Browse files Browse the repository at this point in the history
  • Loading branch information
serjflint committed Sep 10, 2023
1 parent ef2886e commit 9039f51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/zig.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ impl Zig {
}
}
if is_macos {
if arg.starts_with("-Wl,--exported_symbols_list,") {
// zig doesn't support --exported_symbols_list arg
if arg.starts_with("-Wl,-exported_symbols_list,") {
// zig doesn't support -exported_symbols_list arg
// https://clang.llvm.org/docs/ClangCommandLineReference.html#cmdoption-clang-exported_symbols_list
return None;
}
Expand Down

0 comments on commit 9039f51

Please sign in to comment.