File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -99,14 +99,14 @@ if ProcessInfo.processInfo.environment["SWIFTCI_INSTALL_RPATH_OS"] == "android"
9999 */
100100let autoProducts = [ swiftPMProduct, swiftPMDataModelProduct]
101101
102- let shoudUseSwiftBuildFramework = ( ProcessInfo . processInfo. environment [ " SWIFTPM_SWBUILD_FRAMEWORK " ] != nil )
102+ let shouldUseSwiftBuildFramework = ( ProcessInfo . processInfo. environment [ " SWIFTPM_SWBUILD_FRAMEWORK " ] != nil )
103103
104104let swiftDriverDeps : [ Target . Dependency ]
105105let swiftTSCBasicsDeps : [ Target . Dependency ]
106106let swiftToolsCoreSupportAutoDeps : [ Target . Dependency ]
107107let swiftTSCTestSupportDeps : [ Target . Dependency ]
108108
109- if shoudUseSwiftBuildFramework {
109+ if shouldUseSwiftBuildFramework {
110110 swiftDriverDeps = [ ]
111111 swiftTSCBasicsDeps = [ ]
112112 swiftToolsCoreSupportAutoDeps = [ ]
@@ -1149,7 +1149,7 @@ if ProcessInfo.processInfo.environment["ENABLE_APPLE_PRODUCT_TYPES"] == "1" {
11491149 }
11501150}
11511151
1152- if !shoudUseSwiftBuildFramework {
1152+ if !shouldUseSwiftBuildFramework {
11531153
11541154 let swiftbuildsupport : Target = package . targets. first ( where: { $0. name == " SwiftBuildSupport " } ) !
11551155 swiftbuildsupport. dependencies += [
You can’t perform that action at this time.
0 commit comments