Skip to content

Commit b972140

Browse files
authored
wasmkit.py: copy to wasmkit not wasmkit-cli path
1 parent 326c73f commit b972140

File tree

1 file changed

+1
-1
lines changed
  • utils/swift_build_support/swift_build_support/products

1 file changed

+1
-1
lines changed

utils/swift_build_support/swift_build_support/products/wasmkit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def build(self, host_target):
6969

7070
@classmethod
7171
def cli_file_path(cls, build_dir):
72-
return os.path.join(build_dir, 'bin', 'wasmkit-cli')
72+
return os.path.join(build_dir, 'bin', 'wasmkit')
7373

7474

7575
def run_swift_build(host_target, product, swiftpm_package_product_name, set_installation_rpath=False):

0 commit comments

Comments
 (0)