Skip to content

Commit

Permalink
Use ld64 platform linker for macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
tritao committed Sep 29, 2023
1 parent fb410ba commit be10d4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Parser/LinkerOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ public static string GetPlatformLinkerExecutableName(TargetPlatform targetPlatfo
case TargetPlatform.iOS:
case TargetPlatform.WatchOS:
case TargetPlatform.TVOS:
return "ld64";
case TargetPlatform.Emscripten:
return GetLLDLinkerExecutableName(targetPlatform);
default:
Expand Down

0 comments on commit be10d4e

Please sign in to comment.