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):
780
780
StrOption ('--swift-darwin-supported-archs' ),
781
781
SetTrueOption ('--swift-freestanding-is-darwin' ),
782
782
783
+ StrOption ('--linux-archs' ),
784
+ StrOption ('--linux-static-archs' ),
785
+
783
786
PathOption ('--android-deploy-device-path' ),
784
787
PathOption ('--android-ndk' ),
785
788
PathOption ('--build-subdir' ),
@@ -804,6 +807,7 @@ class BuildScriptImplOption(_BaseOption):
804
807
PathOption ('--cmake-cxx-launcher' ),
805
808
PathOption ('--swift-profile-instr-use' ),
806
809
PathOption ('--swift-runtime-fixed-backtracer-path' ),
810
+ PathOption ('--musl-path' ),
807
811
808
812
IntOption ('--benchmark-num-o-iterations' ),
809
813
IntOption ('--benchmark-num-onone-iterations' ),
You can’t perform that action at this time.
0 commit comments