File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
utils/swift_build_support/swift_build_support/products Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ def build(self, host_target):
53
53
'-G' , 'Ninja' ,
54
54
'-D' , 'BUILD_SHARED_LIBS=YES' ,
55
55
'-D' , 'CMAKE_INSTALL_PREFIX={}/usr' .format (
56
- self .args . install_destdir ),
56
+ self .install_toolchain_path () ),
57
57
'-D' , 'CMAKE_MAKE_PROGRAM={}' .format (self .toolchain .ninja ),
58
58
'-D' , 'CMAKE_Swift_COMPILER={}' .format (swiftc ),
59
59
'-B' , self .build_dir ,
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ def build(self, host_target):
53
53
'-G' , 'Ninja' ,
54
54
'-D' , 'BUILD_SHARED_LIBS=YES' ,
55
55
'-D' , 'CMAKE_INSTALL_PREFIX={}/usr' .format (
56
- self .args . install_destdir ),
56
+ self .install_toolchain_path () ),
57
57
'-D' , 'CMAKE_MAKE_PROGRAM={}' .format (self .toolchain .ninja ),
58
58
'-D' , 'CMAKE_Swift_COMPILER={}' .format (swiftc ),
59
59
'-B' , self .build_dir ,
You can’t perform that action at this time.
0 commit comments