[CMake] Specify byproducts for custom libcxx builds

These were removed in bda3f2dd76 but
are needed as it turned out for the MSan tests.
This commit is contained in:
Petr Hosek 2021-12-07 23:06:12 -08:00
parent e166755a69
commit 40028eaf70
1 changed files with 1 additions and 0 deletions

View File

@ -654,6 +654,7 @@ macro(add_custom_libcxx name prefix)
USES_TERMINAL_INSTALL 1
LIST_SEPARATOR |
EXCLUDE_FROM_ALL TRUE
BUILD_BYPRODUCTS "${prefix}/lib/libc++.a" "${prefix}/lib/libc++abi.a"
)
if (CMAKE_GENERATOR MATCHES "Make")