Skip to content

Commit ead2b79

Browse files
committed
Removes ARM64 from UWP
1 parent be055c8 commit ead2b79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sources/native/Stride.Native.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
</ItemGroup>
6161
<!-- Can be deleted -->
6262
<ItemGroup Condition="'$(TargetFramework)' == '$(StrideFrameworkUWP)'">
63-
<StrideNativeCPU Include="x86;x64;ARM;ARM64" LibraryExtension=".dll" />
63+
<StrideNativeCPU Include="x86;x64;ARM" LibraryExtension=".dll" />
6464
</ItemGroup>
6565
<!-- Use runtimes/*/native folder -->
6666
<ItemGroup>

0 commit comments

Comments
 (0)