Skip to content

Commit 83d528b

Browse files
authored
Merge pull request #21196 from apple/the-runtime-stands-alone-5
[5.0] build: always process `include`
2 parents 1195be5 + 8c1be36 commit 83d528b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -912,8 +912,9 @@ endif()
912912
# https://bugs.swift.org/browse/SR-5975
913913
add_subdirectory(stdlib)
914914

915+
add_subdirectory(include)
916+
915917
if(SWIFT_INCLUDE_TOOLS)
916-
add_subdirectory(include)
917918
add_subdirectory(lib)
918919

919920
# Always include this after including stdlib/!

0 commit comments

Comments
 (0)