This commit is contained in:
Eric DeLabar 2023-04-03 15:50:55 -04:00
parent bb49560dc9
commit 84f040f58a
No known key found for this signature in database
GPG key ID: 9DC9888A28914443

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),
)