Skip to content

Commit 8ae7b53

Browse files
Merge pull request #79342 from kateinoigakukun/pr-5f633ca7d7738a3c949fbbe8d10d43996153eccb
2 parents 6542647 + 6e3d401 commit 8ae7b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/modules/SwiftSharedCMakeConfig.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ macro(swift_common_unified_build_config product)
258258
set(LLVM_CMAKE_DIR "${CMAKE_SOURCE_DIR}/cmake/modules")
259259
set(CLANG_INCLUDE_DIRS
260260
"${LLVM_EXTERNAL_CLANG_SOURCE_DIR}/include"
261-
"${CMAKE_BINARY_DIR}/tools/clang/include")
261+
"${LLVM_BINARY_DIR}/tools/clang/include")
262262

263263
include_directories(${CLANG_INCLUDE_DIRS})
264264

0 commit comments

Comments
 (0)