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
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,7 @@ KNOWN_SETTINGS=(
114
114
darwin-toolchain-installer-package """The path to installer pkg"
115
115
darwin-toolchain-name """Directory name for xctoolchain"
116
116
darwin-toolchain-version """Version for xctoolchain info plist and installer pkg"
117
+
darwin-toolchain-require-use-os-runtime "0""When setting up a plist for a toolchain, require the users of the toolchain to link against the OS instead of the packaged toolchain runtime. 0 for false, 1 for true"
117
118
darwin-xcrun-toolchain "default""the name of the toolchain to use on Darwin"
118
119
119
120
## Build Types for Components
@@ -3050,6 +3051,11 @@ function build_and_test_installable_package() {
0 commit comments