File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -780,6 +780,9 @@ class BuildScriptImplOption(_BaseOption):
780780 StrOption ('--swift-darwin-supported-archs' ),
781781 SetTrueOption ('--swift-freestanding-is-darwin' ),
782782
783+ StrOption ('--linux-archs' ),
784+ StrOption ('--linux-static-archs' ),
785+
783786 PathOption ('--android-deploy-device-path' ),
784787 PathOption ('--android-ndk' ),
785788 PathOption ('--build-subdir' ),
@@ -804,6 +807,7 @@ class BuildScriptImplOption(_BaseOption):
804807 PathOption ('--cmake-cxx-launcher' ),
805808 PathOption ('--swift-profile-instr-use' ),
806809 PathOption ('--swift-runtime-fixed-backtracer-path' ),
810+ PathOption ('--musl-path' ),
807811
808812 IntOption ('--benchmark-num-o-iterations' ),
809813 IntOption ('--benchmark-num-onone-iterations' ),
You can’t perform that action at this time.
0 commit comments