Skip to content

Commit feeba29

Browse files
committed
[cmake] Repair non-stdlib builds
Update the SwiftShims path to reflect the new directory structure.
1 parent c72ddcf commit feeba29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1194,7 +1194,7 @@ else()
11941194
# Some tools (e.g. swift-reflection-dump) rely on a host swiftReflection, so
11951195
# ensure we build that when building tools.
11961196
if(SWIFT_INCLUDE_TOOLS)
1197-
add_subdirectory(stdlib/public/SwiftShims)
1197+
add_subdirectory(stdlib/public/SwiftShims/swift/shims)
11981198
endif()
11991199
endif()
12001200

0 commit comments

Comments
 (0)