Skip to content

Commit cc07caa

Browse files
committed
Doc cross
1 parent f587fae commit cc07caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devtools/ci.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def build_other_wheels(ctx: Context, no_test: bool):
6767
@click.option("--no-test", default=False, is_flag=True)
6868
@click.option(
6969
"--cross",
70-
help="meson cross.txt file (installed at ~/.local/share/meson/NAME/name.txt)",
70+
help="meson cross.txt file (installed at ~/.local/share/meson/cross/FILENAME)",
7171
)
7272
@click.pass_obj
7373
def build_meson_wheels(ctx: Context, no_test: bool, cross: T.Optional[str]):

0 commit comments

Comments
 (0)