Skip to content

Commit 8060135

Browse files
authored
Fix help text in driver_arguments.py (#707)
Current `in_group` argument is misleading as mentions Android for the WebAssembly arguments group.
1 parent 072c378 commit 8060135

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/build_swift/build_swift/driver_arguments.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1088,7 +1088,8 @@ def create_argument_parser():
10881088
'Currently only armv7 and aarch64 are supported. '
10891089
'%(default)s is the default.')
10901090

1091-
in_group('Build settings for Android')
1091+
# -------------------------------------------------------------------------
1092+
in_group('Build settings for WebAssembly')
10921093

10931094
option('--wasi-sdk', store_path,
10941095
help='An absolute path to WASI SDK that will be used as a libc '

0 commit comments

Comments
 (0)