Skip to content

Commit b9a53eb

Browse files
authored
Merge pull request #18594 from fredriss/dev/rdar-43011380-lldb-deployment-target
Force teh deployment target of LLDB to 10.13
2 parents 0e10f89 + afba7cd commit b9a53eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/build-script-impl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1762,6 +1762,7 @@ function set_lldb_xcodebuild_options() {
17621762
OBJROOT="${lldb_build_dir}"
17631763
-UseNewBuildSystem=NO
17641764
${LLDB_EXTRA_XCODEBUILD_ARGS}
1765+
MACOSX_DEPLOYMENT_TARGET=10.13
17651766
)
17661767
if [[ "${LLDB_NO_DEBUGSERVER}" ]] ; then
17671768
lldb_xcodebuild_options=(

0 commit comments

Comments
 (0)