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 0d7049e + 9d6a67e commit 6167dd3Copy full SHA for 6167dd3
stdlib/CMakeLists.txt
@@ -113,7 +113,9 @@ if(SWIFT_STDLIB_ENABLE_SIB_TARGETS)
113
endif()
114
swift_create_stdlib_targets("swift-test-stdlib" "" FALSE)
115
116
+# FIXME: Include the toolchain directory before the public directory. Otherwise
117
+# the clang resource directory symlink stops installing correctly.
118
+add_subdirectory(toolchain)
119
add_subdirectory(public)
120
add_subdirectory(private)
-add_subdirectory(toolchain)
121
add_subdirectory(tools)
0 commit comments