mirror of
https://github.com/aclist/dztui.git
synced 2026-08-27 18:27:07 +02:00
chore: wrap line
This commit is contained in:
parent
63a853af7c
commit
5b90068fe4
@ -45,7 +45,15 @@ env["PYAPP_DISTRIBUTION_PATH"] = str(cpython)
|
||||
env["PYAPP_DISTRIBUTION_PYTHON_PATH"] = "python/bin/python3"
|
||||
|
||||
platform = "x86_64-unknown-linux-musl"
|
||||
build_params = ["cargo", "build", "--release", "--target-dir", str(dist_dir), "--target", platform]
|
||||
build_params = [
|
||||
"cargo",
|
||||
"build",
|
||||
"--release",
|
||||
"--target-dir",
|
||||
str(dist_dir),
|
||||
"--target",
|
||||
platform,
|
||||
]
|
||||
|
||||
proc = subprocess.run(
|
||||
build_params,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user