Skip to content

Commit 670da05

Browse files
committed
Runtimes: complete SwiftShims module
Add the missing `ObjCShims.h` header to the installed header set. Without this the module is incomplete. This was detected on Windows when trying to build the SwiftShims module.
1 parent 610d07e commit 670da05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Runtimes/Core/SwiftShims/swift/shims/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ install(FILES
1010
LibcOverlayShims.h
1111
LibcShims.h
1212
MetadataSections.h
13+
ObjCShims.h
1314
Random.h
1415
RefCount.h
1516
Reflection.h

0 commit comments

Comments
 (0)