Skip to content

Commit 8801a9f

Browse files
committed
Fix broken CoreFoundation standalone build
Not sure how these got lost but I found them again :)
1 parent 9f217d1 commit 8801a9f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CoreFoundation/build.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,9 @@
262262
'PlugIn.subproj/CFPlugIn_PlugIn.c',
263263
'Preferences.subproj/CFApplicationPreferences.c',
264264
'Preferences.subproj/CFPreferences.c',
265-
'Preferences.subproj/CFXMLPreferencesDomain.c',
265+
'Preferences.subproj/CFXMLPreferencesDomain.c',
266+
'RunLoop.subproj/CFMachPort.c',
267+
'RunLoop.subproj/CFMessagePort.c',
266268
'RunLoop.subproj/CFRunLoop.c',
267269
'RunLoop.subproj/CFSocket.c',
268270
'Stream.subproj/CFConcreteStreams.c',

0 commit comments

Comments
 (0)