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 6e50c51 + 28e90d6 commit daf06a7Copy full SHA for daf06a7
stdlib/CMakeLists.txt
@@ -139,7 +139,9 @@ if(SWIFT_STDLIB_ENABLE_SIB_TARGETS)
139
endif()
140
swift_create_stdlib_targets("swift-test-stdlib" "" FALSE)
141
142
+# FIXME: Include the toolchain directory before the public directory. Otherwise
143
+# the clang resource directory symlink stops installing correctly.
144
+add_subdirectory(toolchain)
145
add_subdirectory(public)
146
add_subdirectory(private)
-add_subdirectory(toolchain)
147
add_subdirectory(tools)
0 commit comments