Skip to content

Commit d534de5

Browse files
[CMake] Fix linux cache name: Apple-lldb-Linux.cmake
1 parent c2f4223 commit d534de5

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
@@ -2533,7 +2533,7 @@ for host in "${ALL_HOSTS[@]}"; do
25332533
if [[ "$(uname -s)" == "Darwin" ]] ; then
25342534
cmake_cache="Apple-lldb-macOS.cmake"
25352535
else
2536-
cmake_cache="Apple-lldb-linux.cmake"
2536+
cmake_cache="Apple-lldb-Linux.cmake"
25372537
fi
25382538

25392539
cmake_options=(

0 commit comments

Comments
 (0)