Skip to content

Commit 8a82222

Browse files
authored
Merge pull request MicrosoftDocs#5490 from moyo1997/patch-2
Update arm64x-build.md to fix missing curly brace
2 parents a244858 + e59b1e7 commit 8a82222

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

landing/arm-docs/arm64x-build.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,16 @@ To build your CMake project binaries as Arm64X, you can use any version of [CMak
8585
"inherits": "arm64-debug",
8686
"cacheVariables": {
8787
"BUILD_AS_ARM64X": "ARM64"
88-
},
89-
{
88+
}
89+
},
90+
{
9091
"name": "arm64ec-debug-x",
9192
"displayName": "arm64ec Debug (arm64x)",
9293
"inherits": "arm64ec-debug",
9394
"cacheVariables": {
9495
"BUILD_AS_ARM64X": "ARM64EC"
95-
}
96+
}
97+
}
9698
```
9799

98100
3. Add a new .cmake file to your CMake project called `arm64x.cmake`. Copy the snippet below into the new .cmake file.

0 commit comments

Comments
 (0)