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.
wasmkit-cli
wasmkit
1 parent d08490f commit 9ba86e7Copy full SHA for 9ba86e7
utils/swift_build_support/swift_build_support/products/wasmkit.py
@@ -55,7 +55,7 @@ def install(self, host_target):
55
"""
56
install_destdir = self.host_install_destdir(host_target)
57
build_toolchain_path = install_destdir + self.args.install_prefix + '/bin'
58
- shutil.copy(self.bin_path, build_toolchain_path)
+ shutil.copy(self.bin_path, build_toolchain_path + '/wasmkit')
59
60
def build(self, host_target):
61
self.bin_path = run_swift_build(host_target, self, 'wasmkit-cli')
0 commit comments