Skip to content

Commit eba5cf4

Browse files
committed
Make LLDB_USE_SYSTEM_DEBUGSERVER also configurable in CMake builds.
1 parent 6ea773e commit eba5cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script-impl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2534,7 +2534,7 @@ for host in "${ALL_HOSTS[@]}"; do
25342534
cmake_options+=(
25352535
-DLLDB_BUILD_FRAMEWORK:BOOL=TRUE
25362536
-DLLDB_CODESIGN_IDENTITY=""
2537-
-DLLDB_USE_SYSTEM_DEBUGSERVER:BOOL=TRUE
2537+
-DLLDB_USE_SYSTEM_DEBUGSERVER:BOOL="${LLDB_USE_SYSTEM_DEBUGSERVER}"
25382538
-DLLDB_FRAMEWORK_TOOLS="darwin-debug;lldb-argdumper;lldb-server;repl_swift"
25392539
)
25402540
fi

0 commit comments

Comments
 (0)