File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 119
119
'install_swift_testing_macros' : False ,
120
120
'install_swift_driver' : False ,
121
121
'install_swiftdocc' : False ,
122
+ 'install_wasmkit' : False ,
122
123
'swiftsyntax_verify_generated_files' : False ,
123
124
'swiftsyntax_enable_rawsyntax_validation' : False ,
124
125
'swiftsyntax_enable_test_fuzzing' : False ,
@@ -684,6 +685,7 @@ class BuildScriptImplOption(_BaseOption):
684
685
EnableOption ('--install-swiftformat' , dest = 'install_swiftformat' ),
685
686
EnableOption ('--install-skstresstester' , dest = 'install_skstresstester' ),
686
687
EnableOption ('--install-swiftdocc' , dest = 'install_swiftdocc' ),
688
+ EnableOption ('--install-wasmkit' , dest = 'install_wasmkit' ),
687
689
EnableOption ('--toolchain-benchmarks' , dest = 'build_toolchainbenchmarks' ),
688
690
EnableOption ('--swift-inspect' , dest = 'build_swift_inspect' ),
689
691
EnableOption ('--tsan-libdispatch-test' ),
You can’t perform that action at this time.
0 commit comments