Skip to content

Commit

Permalink
Use ld 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 f4e439d
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 "ld";
case TargetPlatform.Emscripten:
return GetLLDLinkerExecutableName(targetPlatform);
default:
Expand Down

0 comments on commit f4e439d

Please sign in to comment.