We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6542647 + 6e3d401 commit 8ae7b53Copy full SHA for 8ae7b53
cmake/modules/SwiftSharedCMakeConfig.cmake
@@ -258,7 +258,7 @@ macro(swift_common_unified_build_config product)
258
set(LLVM_CMAKE_DIR "${CMAKE_SOURCE_DIR}/cmake/modules")
259
set(CLANG_INCLUDE_DIRS
260
"${LLVM_EXTERNAL_CLANG_SOURCE_DIR}/include"
261
- "${CMAKE_BINARY_DIR}/tools/clang/include")
+ "${LLVM_BINARY_DIR}/tools/clang/include")
262
263
include_directories(${CLANG_INCLUDE_DIRS})
264
0 commit comments