File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -78,17 +78,17 @@ cmake.version = ">=3.18"
78
78
79
79
The value of ` platform.machine() ` . Takes a regex. A few sample values:
80
80
81
- | OS | Machine | ` platform-system ` |
82
- | ------- | ------------ | ----------------- |
83
- | Unix | Intel 64-bit | ` x86_64 ` |
84
- | Linux | Intel 32-bit | ` i686 ` |
85
- | macOS | ARM | ` arm64 ` |
86
- | Linux | ARM | ` aarch64 ` |
87
- | Linux | Power PC | ` ppc64le ` |
88
- | Linux | s390x | ` s390x ` |
89
- | Windows | Intel 64-bit | ` AMD64 ` |
90
- | Windows | Intel 32-bit | ` x86 ` |
91
- | Windows | ARM | ` ARM64 ` |
81
+ | OS | Machine | ` platform-machine ` |
82
+ | ------- | ---------------- | - ----------------- |
83
+ | Unix | Intel/AMD 64-bit | ` x86_64 ` |
84
+ | Linux | Intel/AMD 32-bit | ` i686 ` |
85
+ | macOS | ARM | ` arm64 ` |
86
+ | Linux | ARM | ` aarch64 ` |
87
+ | Linux | Power PC | ` ppc64le ` |
88
+ | Linux | s390x | ` s390x ` |
89
+ | Windows | Intel/AMD 64-bit | ` AMD64 ` |
90
+ | Windows | Intel/AMD 32-bit | ` x86 ` |
91
+ | Windows | ARM | ` ARM64 ` |
92
92
93
93
### ` abi-flags ` (string)
94
94
You can’t perform that action at this time.
0 commit comments