archspec: fixed a typo in the vendored library (#20584)

This commit is contained in:
Massimiliano Culpo 2020-12-28 19:09:02 +01:00 committed by GitHub
parent 8919226dc6
commit 60f4621a73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@
* Homepage: https://pypi.python.org/pypi/archspec
* Usage: Labeling, comparison and detection of microarchitectures
* Version: 0.1.2 (commit 8a6ae71962a9b5d65e21901f844e360551dfb7ff)
* Version: 0.1.2 (commit 068b0ebd641211971acf10f39aa876703a34bae4)
argparse
--------

View file

@ -171,7 +171,7 @@
"intel": [
{
"versions": "16.0:",
"flags": "-march={name} -mtune={name}}"
"flags": "-march={name} -mtune={name}"
}
]
}