Skip to content

Commit

Permalink
gh-105091: stable_abi.py: Remove "Unixy" check from --all on other pl…
Browse files Browse the repository at this point in the history
…atforms (GH-105092)
  • Loading branch information
encukou authored May 30, 2023
1 parent b7aadb4 commit 0656d23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tools/build/stable_abi.py
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,8 @@ def main():

if args.all:
run_all_generators = True
args.unixy_check = True
if UNIXY:
args.unixy_check = True

try:
file = args.file.open('rb')
Expand Down

0 comments on commit 0656d23

Please sign in to comment.