mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-13 05:06:49 +03:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
714ae0efcf
commit
1105c745d9
|
@ -76,7 +76,7 @@ def cmds_cmake(
|
||||||
*params,
|
*params,
|
||||||
'-G "{cmake_generator}"',
|
'-G "{cmake_generator}"',
|
||||||
f'-B "{build_dir}"',
|
f'-B "{build_dir}"',
|
||||||
f"-S .",
|
"-S .",
|
||||||
]
|
]
|
||||||
),
|
),
|
||||||
f'{{cmake}} --build "{build_dir}" --clean-first --parallel --target {target}',
|
f'{{cmake}} --build "{build_dir}" --clean-first --parallel --target {target}',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user