[libc] Include startup code when installing all (#105203)
Previously the libc startup code was marked `EXCLUDE_FROM_ALL` due to build issues. This patch removes that as no longer necessary.
This commit is contained in:
parent
91b423d955
commit
2353f484a5
@ -138,6 +138,5 @@ foreach(target IN LISTS startup_components)
|
||||
install(FILES $<TARGET_OBJECTS:${fq_target_name}>
|
||||
DESTINATION ${LIBC_INSTALL_LIBRARY_DIR}
|
||||
RENAME $<TARGET_PROPERTY:${fq_target_name},OUTPUT_NAME>
|
||||
EXCLUDE_FROM_ALL
|
||||
COMPONENT libc)
|
||||
endforeach()
|
||||
|
Loading…
x
Reference in New Issue
Block a user