| ... | @@ -1661,7 +1661,7 @@ fn buildOutputType( | ... | @@ -1661,7 +1661,7 @@ fn buildOutputType( |
| 1661 | .install_name => { | 1661 | .install_name => { |
| 1662 | install_name = it.only_arg; | 1662 | install_name = it.only_arg; |
| 1663 | }, | 1663 | }, |
| 1664 | .undefined => { | 1664 | .@"undefined" => { |
| 1665 | if (mem.eql(u8, "dynamic_lookup", it.only_arg)) { | 1665 | if (mem.eql(u8, "dynamic_lookup", it.only_arg)) { |
| 1666 | linker_allow_shlib_undefined = true; | 1666 | linker_allow_shlib_undefined = true; |
| 1667 | } else { | 1667 | } else { |
| ... | @@ -4730,7 +4730,7 @@ pub const ClangArgIterator = struct { | ... | @@ -4730,7 +4730,7 @@ pub const ClangArgIterator = struct { |
| 4730 | headerpad_max_install_names, | 4730 | headerpad_max_install_names, |
| 4731 | compress_debug_sections, | 4731 | compress_debug_sections, |
| 4732 | install_name, | 4732 | install_name, |
| 4733 | undefined, | 4733 | @"undefined", |
| 4734 | }; | 4734 | }; |
| 4735 | | 4735 | |
| 4736 | const Args = struct { | 4736 | const Args = struct { |