diff options
-rw-r--r-- | compiler-rt/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/CMakeLists.txt b/compiler-rt/CMakeLists.txt index 4054b8619e0..34af8f222f3 100644 --- a/compiler-rt/CMakeLists.txt +++ b/compiler-rt/CMakeLists.txt @@ -348,7 +348,7 @@ pythonize_bool(SANITIZER_CAN_USE_CXXABI) add_subdirectory(include) -find_llvm_external_project(projects libcxx COMPILER_RT_LIBCXX_PATH) +set(COMPILER_RT_LIBCXX_PATH ${LLVM_MAIN_SRC_DIR}/projects/libcxx) if(EXISTS ${COMPILER_RT_LIBCXX_PATH}/) set(COMPILER_RT_HAS_LIBCXX_SOURCES TRUE) else() |