Skip to content

Commit 3f5ea20

Browse files
uranusjrindygreg
authored andcommitted
macos: fix parse_setup_line arguments
1 parent df47613 commit 3f5ea20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpython-macos/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def python_build_info(python_path: pathlib.Path, config_c_in,
196196
# files.
197197

198198
def process_setup_line(line):
199-
d = parse_setup_line(line)
199+
d = parse_setup_line(line, variant=None)
200200

201201
if not d:
202202
return

0 commit comments

Comments
 (0)