Skip to content

Commit 468f4ca

Browse files
committed
Fix CoreFoundation.h header in standalone CF build
The SwiftRuntime header has a big warning in it saying not to use it unless you're building with the swift runtime, which this build.py doesn't do.
1 parent 6bd6e4d commit 468f4ca

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)