Skip to content

Commit

Permalink
Merge branch 'release-1.6' into mac_embedding
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah authored Nov 22, 2023
2 parents bd35d71 + c57fdd6 commit dd099b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/normalize_triplet.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ def p(x):
"9": "libgfortran5",
"10": "libgfortran5",
"11": "libgfortran5",
"12": "libgfortran5",
"13": "libgfortran5",
}[list(filter(lambda x: re.match("\d+\.\d+(\.\d+)?", x), sys.argv[2].split()))[-1].split('.')[0]]

if cxx_abi == "blank_cxx_abi":
Expand Down

0 comments on commit dd099b3

Please sign in to comment.