mirror of
https://github.com/aclist/dztui.git
synced 2026-08-26 01:37:18 +02:00
se str, not Path
Some checks are pending
Mirror to Codeberg / mirror-to-codeberg (push) Waiting to run
Some checks are pending
Mirror to Codeberg / mirror-to-codeberg (push) Waiting to run
This commit is contained in:
parent
896799f904
commit
74bf4b5cfc
@ -34,7 +34,7 @@ env["PYAPP_PASS_LOCATION"] = "true"
|
||||
env["PYAPP_SKIP_INSTALL"] = "true"
|
||||
env["PYAPP_DISTRIBUTION_EMBED"] = "true"
|
||||
env["PYAPP_FULL_ISOLATION"] = "true"
|
||||
env["PYAPP_DISTRIBUTION_PATH"] = cpython
|
||||
env["PYAPP_DISTRIBUTION_PATH"] = str(cpython)
|
||||
env["PYAPP_DISTRIBUTION_PYTHON_PATH"] = "python/bin/python3"
|
||||
|
||||
proc = subprocess.run(["cargo", "build", "--release"], env=env, cwd=pyapp_dir)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user