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