Skip to content

Commit 9a75d5f

Browse files
x64 -> amd64
1 parent 505ff1a commit 9a75d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platforms/Windows/rtl/static/msm/rtl.static.msm.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<?define RuntimeDirectoryComponentGuidGenerationSeed = "D3021274-DCA3-4369-82D3-B6CEE436A3FC" ?>
55
<?define ModuleID = "53C54287-A59A-4828-A526-4F64E00B340E" ?>
66
<?define RuntimeRoot = $(WindowsExperimentalRuntimeX86)?>
7-
<?elseif $(ProductArchitecture) == x64 ?>
7+
<?elseif $(ProductArchitecture) == amd64 ?>
88
<?define RuntimeDirectoryComponentGuidGenerationSeed = "639A8564-3505-4424-BA2F-449AAF743A90" ?>
99
<?define ModuleID = "F84DDCA4-72B0-42AB-9316-21DBAB241540" ?>
1010
<?define RuntimeRoot = $(WindowsExperimentalRuntimeX64)?>

0 commit comments

Comments
 (0)