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 b08d4c3 + b88edd1 commit 6275b10Copy full SHA for 6275b10
cmake/modules/StandaloneOverlay.cmake
@@ -62,7 +62,7 @@ precondition(TOOLCHAIN_DIR)
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_SOURCE_DIR}/include")
65
-add_subdirectory("${SWIFT_SOURCE_DIR}/apinotes" "swift/apinotes")
+add_subdirectory("${SWIFT_SOURCE_DIR}/apinotes" "${SWIFT_SOURCE_DIR}/apinotes")
66
67
# Without this line, installing components is broken. This needs refactoring.
68
swift_configure_components()
0 commit comments