Skip to content

Commit a88ad07

Browse files
fix
1 parent ca31713 commit a88ad07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/hdr/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ add_proxy_header_library(
225225

226226
# offsetof is a macro inside compiler resource header stddef.h
227227
# defining it directly as a header library
228-
add_header_library(offsetof-macros HDRS offsetof_macros.h)
228+
add_header_library(offsetof_macros HDRS offsetof_macros.h)
229229

230230
add_subdirectory(types)
231231
add_subdirectory(func)

0 commit comments

Comments
 (0)