Skip to content

Commit df1dc2e

Browse files
committed
Fix wrong InstructionSet type on VS compilation
1 parent 68399a7 commit df1dc2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CollapseLauncher/CollapseLauncher.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<EventSourceSupport>false</EventSourceSupport>
6767
<DebuggerSupport>false</DebuggerSupport>
6868
<DefineConstants>$(DefineConstants);AOT</DefineConstants>
69-
<IlcInstructionSet>x64-sse2</IlcInstructionSet>
69+
<IlcInstructionSet>sse2</IlcInstructionSet>
7070
</PropertyGroup>
7171

7272
<!--

0 commit comments

Comments
 (0)