File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
swift-ci/sdks/android/patches Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,19 @@ index f7f2664b2de..01d36e127c6 100644
111
111
112
112
// CHECK-DISABLED-NOT: normal_count
113
113
114
+ diff --git a/swift/utils/swift_build_support/swift_build_support/products/product.py b/swift/utils/swift_build_support/swift_build_support/products/product.py
115
+ index 274b6037305..bf0f7fcf671 100644
116
+ --- a/swift/utils/swift_build_support/swift_build_support/products/product.py
117
+ +++ b/swift/utils/swift_build_support/swift_build_support/products/product.py
118
+ @@ -212,7 +212,7 @@ class Product(object):
119
+ if self.args.cross_compile_hosts:
120
+ if self.is_darwin_host(host_target):
121
+ install_destdir = self.host_install_destdir(host_target)
122
+ - else:
123
+ + elif self.args.cross_compile_append_host_target_to_destdir:
124
+ install_destdir = os.path.join(install_destdir, self.args.host_target)
125
+ return targets.toolchain_path(install_destdir,
126
+ self.args.install_prefix)
114
127
diff --git a/swift-corelibs-xctest/cmake/modules/PlatformInfo.cmake b/swift-corelibs-xctest/cmake/modules/PlatformInfo.cmake
115
128
index 468dc61..a90ae3d 100644
116
129
--- a/swift-corelibs-xctest/cmake/modules/PlatformInfo.cmake
You can’t perform that action at this time.
0 commit comments