aboutsummaryrefslogtreecommitdiff
path: root/libc/startup/linux/CMakeLists.txt
diff options
context:
space:
mode:
authorFlorian Mayer <fmayer@google.com>2024-02-23 11:31:14 -0800
committerFlorian Mayer <fmayer@google.com>2024-02-23 11:31:14 -0800
commit886b4bc97b0ed5a5e041a0117a584182fc7989c1 (patch)
tree43cdc0e15e12c298c09251dda38e834e7e778049 /libc/startup/linux/CMakeLists.txt
parentaf8afe08ee20a04b2ccb363cac66aa02cfaecd02 (diff)
parent8d536f83545f071948888983e2db25ce23a8302d (diff)
downloadllvm-users/fmayer/sprscudo-allow-to-resize-allocation-ring-buffer.zip
llvm-users/fmayer/sprscudo-allow-to-resize-allocation-ring-buffer.tar.gz
llvm-users/fmayer/sprscudo-allow-to-resize-allocation-ring-buffer.tar.bz2
Created using spr 1.3.4
Diffstat (limited to 'libc/startup/linux/CMakeLists.txt')
-rw-r--r--libc/startup/linux/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/startup/linux/CMakeLists.txt b/libc/startup/linux/CMakeLists.txt
index 39bcca9..a287bc4 100644
--- a/libc/startup/linux/CMakeLists.txt
+++ b/libc/startup/linux/CMakeLists.txt
@@ -131,7 +131,8 @@ foreach(target IN LISTS startup_components)
set(fq_target_name libc.startup.linux.${target})
add_dependencies(libc-startup ${fq_target_name})
install(FILES $<TARGET_OBJECTS:${fq_target_name}>
- DESTINATION ${CMAKE_INSTALL_LIBDIR}
+ DESTINATION ${LIBC_INSTALL_LIBRARY_DIR}
RENAME $<TARGET_PROPERTY:${fq_target_name},OUTPUT_NAME>
+ EXCLUDE_FROM_ALL
COMPONENT libc)
endforeach()