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"
7878
7979The value of ` platform.machine() ` . Takes a regex. A few sample values:
8080
81- | OS | Machine | ` platform-machine ` |
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 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 ` |
9292
9393### ` abi-flags ` (string)
9494
You can’t perform that action at this time.
0 commit comments