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.
1 parent 072c378 commit 8060135Copy full SHA for 8060135
utils/build_swift/build_swift/driver_arguments.py
@@ -1088,7 +1088,8 @@ def create_argument_parser():
1088
'Currently only armv7 and aarch64 are supported. '
1089
'%(default)s is the default.')
1090
1091
- in_group('Build settings for Android')
+ # -------------------------------------------------------------------------
1092
+ in_group('Build settings for WebAssembly')
1093
1094
option('--wasi-sdk', store_path,
1095
help='An absolute path to WASI SDK that will be used as a libc '
0 commit comments