Finish Windows ARM64 bringup

SDL2  for ARM64 is not yet checked-in, but I will do that when SDL 2.0.14 is released.
This commit is contained in:
Cameron Gutman
2020-12-12 16:44:41 -06:00
parent 59a73817c8
commit a6551c320d
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -35,7 +35,7 @@
<![CDATA[Installed OR MPSSVC_START="#2"]]>
</Condition>
<?if $(var.Platform) = x64 ?>
<?if $(var.Platform) = x64 Or $(var.Platform) = arm64 ?>
<?define PlatformProgramFilesFolder = "ProgramFiles64Folder" ?>
<?else ?>
<?define PlatformProgramFilesFolder = "ProgramFilesFolder" ?>