Skip to content

Commit afba7cd

Browse files
committed
Force teh deployment target of LLDB to 10.13
instead of infering 10.14 from the used SDK. rdar://43011380
1 parent b7e5137 commit afba7cd

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)