[libcxx] Fix the libc++abi header path

This addresses an issue introduced in 775e55462a.
This commit is contained in:
Petr Hosek 2021-04-27 23:30:53 -07:00
parent 36430d44ed
commit eea5cbc858
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ macro(setup_abi_lib abidefines abishared abistatic abifiles abidirs)
# TODO: libc++ shouldn't be responsible for copying the libc++abi
# headers into the right location.
set(dst "${LIBCXX_GENERATED_INCLUDE_DIR}/include/c++/v1/${dstdir}/${fpath}")
set(dst "${LIBCXX_GENERATED_INCLUDE_DIR}/${dstdir}/${fpath}")
add_custom_command(OUTPUT ${dst}
DEPENDS ${src}
COMMAND ${CMAKE_COMMAND} -E copy_if_different ${src} ${dst}