File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
utils/swift_build_support/swift_build_support/products Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -86,10 +86,11 @@ def build(self, host_target):
86
86
87
87
# Propagate version information
88
88
if self .args .swift_user_visible_version is not None :
89
- self .cmake_options .define ('SWIFT_VERSION' , str (self .args .swift_user_visible_version ))
89
+ self .cmake_options .define ('SWIFT_VERSION' ,
90
+ str (self .args .swift_user_visible_version ))
90
91
if self .args .swift_compiler_version is not None :
91
- self .cmake_options .define ('SWIFT_COMPILER_VERSION' , str ( self . args . swift_compiler_version ))
92
-
92
+ self .cmake_options .define ('SWIFT_COMPILER_VERSION' ,
93
+ str ( self . args . swift_compiler_version ))
93
94
94
95
# Only install the "stdlib" component, which contains the concurrency
95
96
# module.
You can’t perform that action at this time.
0 commit comments