We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be0fa31 commit 04c8558Copy full SHA for 04c8558
libc/lib/CMakeLists.txt
@@ -71,12 +71,12 @@ add_custom_target(install-libc
71
${header_install_target}
72
COMMAND "${CMAKE_COMMAND}"
73
-DCMAKE_INSTALL_COMPONENT=libc
74
- -P "${LIBCXX_BINARY_DIR}/cmake_install.cmake")
+ -P "${CMAKE_BINARY_DIR}/cmake_install.cmake")
75
add_custom_target(install-libc-stripped
76
DEPENDS ${added_archive_targets}
77
${startup_target}
78
79
80
81
-DCMAKE_INSTALL_DO_STRIP=1
82
0 commit comments