Skip to content

Commit b0e0ed7

Browse files
[libc] more fixes
1 parent 457cbf0 commit b0e0ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/test/src/__support/CPP/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ if (LIBC_TARGET_ARCHITECTURE STREQUAL "riscv")
115115
target_link_libraries(${fq_atomic_test}.__unit__.__build__ PRIVATE atomic)
116116
endif()
117117
if (TARGET ${fq_atomic_test}.__hermetic__)
118-
message(STATUS "adding atomic library to ${fq_atomic_test}.__hermetic____build__")
118+
message(STATUS "adding atomic library to ${fq_atomic_test}.__hermetic__.__build__")
119119
target_link_libraries(${fq_atomic_test}.__hermetic__.__build__ PRIVATE atomic)
120120
endif()
121121
endif()

0 commit comments

Comments
 (0)