Skip to content

Commit 2dee148

Browse files
authored
Update docs/configuration/overrides.md
1 parent 95afec2 commit 2dee148

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/configuration/overrides.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ The value of `platform.machine()`. Takes a regex. A few sample values:
8686
| Linux | ARM | `aarch64` |
8787
| Linux | Power PC | `ppc64le` |
8888
| Linux | s390x | `s390x` |
89-
| Windows | Intel 64-bit | `AMD64` |
90-
| Windows | Intel 32-bit | `x86` |
89+
| Windows | Intel/AMD 64-bit | `AMD64` |
90+
| Windows | Intel/AMD 32-bit | `x86` |
9191
| Windows | ARM | `ARM64` |
9292

9393
### `abi-flags` (string)

0 commit comments

Comments
 (0)