add clang linker to clang toolchain config

This commit is contained in:
2025-03-18 13:00:10 +02:00
parent b0be5aec60
commit 40d83d563b
2 changed files with 7 additions and 7 deletions

View File

@@ -29,7 +29,7 @@ execute_process(
if(NOT SCRIPT_RESULT EQUAL 0)
message(WARNING "Script execution failed: ${SCRIPT_ERROR}")
else()
message(STATUS "Dependencies copied:\n${SCRIPT_OUTPUT}")
message(STATUS "Running script ${COPY_SCRIPT}:\n${SCRIPT_OUTPUT}")
endif()