Skip to content

Commit 86f923f

Browse files
authored
Merge pull request #1685 from copumpkin/fix-cf-build
Fix broken CoreFoundation standalone build
2 parents 9f217d1 + 8801a9f commit 86f923f

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)