Skip to content

Commit 078b9f5

Browse files
authored
Merge pull request swiftlang#23953 from adrian-prantl/debugserver
2 parents dff3f0d + eba5cf4 commit 078b9f5

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)