Skip to content

Commit

Permalink
Don't use lld on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
VirxEC committed Jan 2, 2025
1 parent 10f7129 commit e761f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RLBotCS/RLBotCS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PublishWmiLightStaticallyLinked>true</PublishWmiLightStaticallyLinked>
<SelfContained>true</SelfContained>
<StaticExecutable>true</StaticExecutable>
<LinkerFlavor>lld</LinkerFlavor>
<LinkerFlavor Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Linux)))'">lld</LinkerFlavor>
<InvariantGlobalization>true</InvariantGlobalization>
</PropertyGroup>

Expand Down

0 comments on commit e761f81

Please sign in to comment.