Skip to content

Commit 5451c36

Browse files
authored
Remove ad-hoc adjustment in driver_arguments.py
1 parent 147bc92 commit 5451c36

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

utils/build_swift/build_swift/driver_arguments.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -292,12 +292,6 @@ def _apply_default_arguments(args):
292292
args.test_xros_host = False
293293
args.test_android_host = False
294294

295-
# Install WasmKit if it's built
296-
# (ideally, should not be installed by default, same as other products, but
297-
# historically `--wasmkit` implied installation)
298-
if args.build_wasmkit and args.install_wasmkit is None:
299-
args.install_wasmkit = True
300-
301295

302296
def create_argument_parser():
303297
"""Return a configured argument parser."""

0 commit comments

Comments
 (0)