Skip to content

Commit 3048a91

Browse files
committed
Add the new header to the Linux build.
1 parent 63c1baf commit 3048a91

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CoreFoundation/build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@
198198
'Locale.subproj/CFDateFormatter_Private.h',
199199
'Locale.subproj/CFLocale_Private.h',
200200
'Parsing.subproj/CFPropertyList_Private.h',
201+
'Base.subproj/CFKnownLocations.h',
201202
],
202203
project = [
203204
])

build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@
224224
'CoreFoundation/Locale.subproj/CFDateFormatter_Private.h',
225225
'CoreFoundation/Locale.subproj/CFLocale_Private.h',
226226
'CoreFoundation/Parsing.subproj/CFPropertyList_Private.h',
227+
'CoreFoundation/Base.subproj/CFKnownLocations.h',
227228
],
228229
project = [
229230
])

0 commit comments

Comments
 (0)