mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Rename wasmkit-cli to wasmkit when installing
This commit is contained in:
@@ -55,7 +55,7 @@ class WasmKit(product.Product):
|
||||
"""
|
||||
install_destdir = self.host_install_destdir(host_target)
|
||||
build_toolchain_path = install_destdir + self.args.install_prefix + '/bin'
|
||||
shutil.copy(self.bin_path, build_toolchain_path)
|
||||
shutil.copy(self.bin_path, build_toolchain_path + '/wasmkit')
|
||||
|
||||
def build(self, host_target):
|
||||
self.bin_path = run_swift_build(host_target, self, 'wasmkit-cli')
|
||||
|
||||
Reference in New Issue
Block a user