Skip to content

Commit 82987bd

Browse files
[libc] fix dependency path for vDSO (#108591)
1 parent 51f5525 commit 82987bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/src/__support/time/linux/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ add_header_library(
99
libc.src.__support.common
1010
libc.src.__support.error_or
1111
libc.src.__support.OSUtil.osutil
12-
libc.src.__support.OSUtil.vdso
12+
libc.src.__support.OSUtil.linux.vdso
1313
)
1414

1515
add_header_library(

0 commit comments

Comments
 (0)