Skip to content

Commit f642c6f

Browse files
committed
unix: rename argument from --target_triple to --target-triple
I'm unsure how this got mixed up. But we use --target-triple everywhere else.
1 parent 96509b3 commit f642c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpython-unix/build-main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def main():
3737
parser = argparse.ArgumentParser()
3838

3939
parser.add_argument(
40-
"--target_triple",
40+
"--target-triple",
4141
default=default_target_triple,
4242
choices=targets,
4343
help="Target host triple to build for",

0 commit comments

Comments
 (0)