Skip to content

Commit aec29cc

Browse files
authored
Merge pull request #60980 from etcwilde/ewilde/stdlib-source-dir
Set stdlib source dir in non stdlib builds
2 parents 070540f + 8d8ba1e commit aec29cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1176,6 +1176,7 @@ endif()
11761176
if(SWIFT_BUILD_STDLIB)
11771177
add_subdirectory(stdlib)
11781178
else()
1179+
set(SWIFT_STDLIB_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/stdlib")
11791180
# Some of the things below depend on the threading library
11801181
add_subdirectory(stdlib/public/Threading)
11811182

0 commit comments

Comments
 (0)