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 9b8c33e commit 61b9d49Copy full SHA for 61b9d49
utils/build-script-impl
@@ -2534,7 +2534,7 @@ for host in "${ALL_HOSTS[@]}"; do
2534
if [[ "$(uname -s)" == "Darwin" ]] ; then
2535
cmake_cache="Apple-lldb-macOS.cmake"
2536
else
2537
- cmake_cache="Apple-lldb-linux.cmake"
+ cmake_cache="Apple-lldb-Linux.cmake"
2538
fi
2539
2540
cmake_options=(
0 commit comments