LibC: Install libssp.a in /usr/lib
It previously was not included in the install stage.
This commit is contained in:
parent
fbdd6df185
commit
28a6686f2c
Notes:
sideshowbarker
2024-07-17 21:05:04 +09:00
Author: https://github.com/itamar8910 Commit: https://github.com/SerenityOS/serenity/commit/28a6686f2c1 Pull-request: https://github.com/SerenityOS/serenity/pull/11726 Reviewed-by: https://github.com/awesomekling
1 changed files with 1 additions and 0 deletions
|
@ -122,6 +122,7 @@ add_custom_command(
|
|||
TARGET ssp
|
||||
COMMAND ${CMAKE_COMMAND} -E copy $<TARGET_OBJECTS:ssp> ${CMAKE_INSTALL_PREFIX}/usr/lib/ssp.o
|
||||
)
|
||||
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libssp.a DESTINATION ${CMAKE_INSTALL_PREFIX}/usr/lib/)
|
||||
|
||||
set(SOURCES ${LIBC_SOURCES} ${AK_SOURCES} ${ELF_SOURCES} ${ASM_SOURCES})
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue