You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: utils/build-script-impl
+8-15Lines changed: 8 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -189,7 +189,7 @@ KNOWN_SETTINGS=(
189
189
darwin-install-extract-symbols """whether to extract symbols with dsymutil during installations"
190
190
host-target """The host target. LLVM, Clang, and Swift will be built for this target. The built LLVM and Clang will be used to compile Swift for the cross-compilation targets. **This argument is required**"
191
191
stdlib-deployment-targets """space-separated list of targets to compile or cross-compile the Swift standard library for"
192
-
cross-compile-tools-deployment-targets """space-separated list of targets to cross-compile host Swift tools for"
192
+
cross-compile-tools-deployment-targets """space-separated list of targets to cross-compile host Swift tools for. We can't run the resulting binaries on the build machine"
193
193
skip-merge-lipo-cross-compile-tools """set to skip running merge-lipo after installing cross-compiled host Swift tools"
194
194
darwin-deployment-version-osx "10.9""minimum deployment target version for OS X"
195
195
darwin-deployment-version-ios "7.0""minimum deployment target version for iOS"
@@ -517,7 +517,7 @@ function set_deployment_target_based_options() {
0 commit comments