Skip to content

Commit 0a8b610

Browse files
committed
build: remove wrong entrypoint
1 parent c1f9e6f commit 0a8b610

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

libc/src/stdlib/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -540,12 +540,6 @@ if(LIBC_TARGET_OS_IS_BAREMETAL OR LIBC_TARGET_OS_IS_GPU)
540540
DEPENDS
541541
.${LIBC_TARGET_OS}.malloc
542542
)
543-
add_entrypoint_object(
544-
memalignment
545-
ALIAS
546-
DEPENDS
547-
.${LIBC_TARGET_OS}.memalignment
548-
)
549543
add_entrypoint_object(
550544
free
551545
ALIAS

0 commit comments

Comments
 (0)