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 119119 'install_swift_testing_macros' : False ,
120120 'install_swift_driver' : False ,
121121 'install_swiftdocc' : False ,
122+ 'install_wasmkit' : False ,
122123 'swiftsyntax_verify_generated_files' : False ,
123124 'swiftsyntax_enable_rawsyntax_validation' : False ,
124125 'swiftsyntax_enable_test_fuzzing' : False ,
@@ -684,6 +685,7 @@ class BuildScriptImplOption(_BaseOption):
684685 EnableOption ('--install-swiftformat' , dest = 'install_swiftformat' ),
685686 EnableOption ('--install-skstresstester' , dest = 'install_skstresstester' ),
686687 EnableOption ('--install-swiftdocc' , dest = 'install_swiftdocc' ),
688+ EnableOption ('--install-wasmkit' , dest = 'install_wasmkit' ),
687689 EnableOption ('--toolchain-benchmarks' , dest = 'build_toolchainbenchmarks' ),
688690 EnableOption ('--swift-inspect' , dest = 'build_swift_inspect' ),
689691 EnableOption ('--tsan-libdispatch-test' ),
You can’t perform that action at this time.
0 commit comments