Skip to content

Commit c15c6f6

Browse files
authored
Merge pull request #1690 from copumpkin/cf-no-swift-runtime-header
2 parents 6bd6e4d + 468f4ca commit c15c6f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CoreFoundation/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
public = [
111111
'Stream.subproj/CFStream.h',
112112
'String.subproj/CFStringEncodingExt.h',
113-
'Base.subproj/SwiftRuntime/CoreFoundation.h',
113+
'Base.subproj/CoreFoundation.h',
114114
'Base.subproj/SwiftRuntime/TargetConditionals.h',
115115
'RunLoop.subproj/CFMessagePort.h',
116116
'Collections.subproj/CFBinaryHeap.h',

0 commit comments

Comments
 (0)