Skip to content

Commit

Permalink
Use lowercase ARM64 in CMakePresets.json (dotnet#96111)
Browse files Browse the repository at this point in the history
  • Loading branch information
huoyaoyuan authored Dec 18, 2023
1 parent 7fcbc81 commit 7bb99e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/coreclr/CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@
"name": "ARM64",
"hidden": true,
"architecture": {
"value": "ARM64",
"value": "arm64",
"strategy": "external"
},
"cacheVariables": {
"CLR_CMAKE_HOST_ARCH": "ARM64"
"CLR_CMAKE_HOST_ARCH": "arm64"
}
},
{
Expand Down

0 comments on commit 7bb99e9

Please sign in to comment.