1
0
Fork 0

Merging upstream version 3.2.2.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 21:41:17 +01:00
parent e51de0eb34
commit dc43e42430
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
3 changed files with 10 additions and 2 deletions

View file

@ -44,7 +44,7 @@ def install_environment(
os.mkdir(envdir)
cmd_output_b(
'swift', 'build',
'-C', prefix.prefix_dir,
'--package-path', prefix.prefix_dir,
'-c', BUILD_CONFIG,
'--build-path', os.path.join(envdir, BUILD_DIR),
)