We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f406e4 commit d918b81Copy full SHA for d918b81
lldb/tools/debugserver/source/CMakeLists.txt
@@ -19,8 +19,8 @@ endfunction()
19
20
function(get_debugserver_codesign_identity result)
21
string(CONCAT not_found_help
22
- "This will cause failures in the test suite."
23
- "Pass '-DLLDB_USE_SYSTEM_DEBUGSERVER=ON' to use the system one instead."
+ "This will cause failures in the test suite. "
+ "Pass '-DLLDB_USE_SYSTEM_DEBUGSERVER=ON' to use the system one instead. "
24
"See 'Code Signing on macOS' in the documentation."
25
)
26
0 commit comments