Skip to content

Commit

Permalink
LibC: Install libssp.a in /usr/lib
Browse files Browse the repository at this point in the history
It previously was not included in the install stage.
  • Loading branch information
itamar8910 authored and awesomekling committed Jan 12, 2022
1 parent fbdd6df commit 28a6686
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Userland/Libraries/LibC/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})

Expand Down

0 comments on commit 28a6686

Please sign in to comment.