diff options
Diffstat (limited to 'lib/clang/headers/Makefile')
-rw-r--r-- | lib/clang/headers/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/clang/headers/Makefile b/lib/clang/headers/Makefile index c0f80c95e1d4..822d934cbede 100644 --- a/lib/clang/headers/Makefile +++ b/lib/clang/headers/Makefile @@ -5,7 +5,7 @@ .PATH: ${CLANG_SRCS}/lib/Headers INCSGROUPS= INCS CUDA HLSL OMP PPC -INCSDIR= ${LIBDIR}/clang/15.0.3/include +INCSDIR= ${LIBDIR}/clang/15.0.6/include CUDADIR= ${INCSDIR}/cuda_wrappers HLSLDIR= ${INCSDIR}/hlsl OMPDIR= ${INCSDIR}/openmp_wrappers |