Skip to content

Commit 8198d82

Browse files
committed
[utils] Set CMAKE_OSX_DEPLOYMENT_TARGET for LLDB
1 parent a34d757 commit 8198d82

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
@@ -749,6 +749,7 @@ function set_build_options_for_host() {
749749
)
750750

751751
lldb_cmake_options+=(
752+
-DCMAKE_OSX_DEPLOYMENT_TARGET:STRING="${cmake_osx_deployment_target}"
752753
-DCMAKE_OSX_SYSROOT:PATH="${cmake_os_sysroot}"
753754
-DCMAKE_OSX_ARCHITECTURES="${architecture}"
754755
)

0 commit comments

Comments
 (0)