Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb49560 + 84f040f commit 597bf7cCopy full SHA for 597bf7c
1 file changed
pre_commit/languages/swift.py
@@ -44,7 +44,7 @@ def install_environment(
44
os.mkdir(envdir)
45
cmd_output_b(
46
'swift', 'build',
47
- '-C', prefix.prefix_dir,
+ '--package-path', prefix.prefix_dir,
48
'-c', BUILD_CONFIG,
49
'--build-path', os.path.join(envdir, BUILD_DIR),
50
)
0 commit comments