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.
1 parent 0181ea5 commit 7c84d14Copy full SHA for 7c84d14
cmake/modules/StandaloneOverlay.cmake
@@ -61,7 +61,7 @@ precondition(TOOLCHAIN_DIR)
61
62
# Some overlays include the runtime's headers,
63
# and some of those headers are generated at build time.
64
-add_subdirectory("${SWIFT_SOURCE_DIR}/include" "swift/include")
+add_subdirectory("${SWIFT_SOURCE_DIR}/include" "${SWIFT_SOURCE_DIR}/include")
65
add_subdirectory("${SWIFT_SOURCE_DIR}/apinotes" "swift/apinotes")
66
67
# Without this line, installing components is broken. This needs refactoring.
0 commit comments