| ... | @@ -223,8 +223,6 @@ pub fn isLibCLibName(target: std.Target, name: []const u8) bool { | ... | @@ -223,8 +223,6 @@ pub fn isLibCLibName(target: std.Target, name: []const u8) bool { |
| 223 | if (target.os.tag.isDarwin()) { | 223 | if (target.os.tag.isDarwin()) { |
| 224 | if (eqlIgnoreCase(ignore_case, name, "System")) | 224 | if (eqlIgnoreCase(ignore_case, name, "System")) |
| 225 | return true; | 225 | return true; |
| 226 | if (eqlIgnoreCase(ignore_case, name, "c")) | | |
| 227 | return true; | | |
| 228 | if (eqlIgnoreCase(ignore_case, name, "dbm")) | 226 | if (eqlIgnoreCase(ignore_case, name, "dbm")) |
| 229 | return true; | 227 | return true; |
| 230 | if (eqlIgnoreCase(ignore_case, name, "dl")) | 228 | if (eqlIgnoreCase(ignore_case, name, "dl")) |