Skip to content

Commit

Permalink
No need for x86.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Dec 31, 2024
1 parent f28d20f commit cb9bf4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/javac-ref/javac-ref.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<OutputType>Exe</OutputType>
<AssemblyName>javac</AssemblyName>
<TargetFrameworks>net8.0;net472;net6.0;</TargetFrameworks>
<RuntimeIdentifiers>win-x86;win-x64;win-arm64;linux-x64;linux-arm64;osx-x64;osx-arm64</RuntimeIdentifiers>
<RuntimeIdentifiers>win-x64;win-arm64;linux-x64;linux-arm64;osx-x64;osx-arm64</RuntimeIdentifiers>
<PublishReadyToRun>true</PublishReadyToRun>
<SelfContained>true</SelfContained>
<StartupObject>com.sun.tools.javac.Main</StartupObject>
Expand Down

0 comments on commit cb9bf4a

Please sign in to comment.