Skip to content

Commit 61b9d49

Browse files
weliveindetailJDevlieghere
authored andcommitted
[CMake] Fix linux cache name: Apple-lldb-Linux.cmake
(cherry picked from commit d534de5)
1 parent 9b8c33e commit 61b9d49

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
if [[ "$(uname -s)" == "Darwin" ]] ; then
25352535
cmake_cache="Apple-lldb-macOS.cmake"
25362536
else
2537-
cmake_cache="Apple-lldb-linux.cmake"
2537+
cmake_cache="Apple-lldb-Linux.cmake"
25382538
fi
25392539

25402540
cmake_options=(

0 commit comments

Comments
 (0)