Skip to content

Commit b7633a1

Browse files
authored
Merge pull request #38348 from JDevlieghere/CMAKE_OSX_DEPLOYMENT_TARGET
[utils] Set CMAKE_OSX_DEPLOYMENT_TARGET for LLDB
2 parents 5adac2a + 8198d82 commit b7633a1

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)