Skip to content

Commit 8350d8c

Browse files
committed
Make headerClassifier an optional field
1 parent fc601bb commit 8350d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def __init__(self, inner):
161161
'version': '',
162162
'libName': '',
163163
'configuration': Optional(''),
164-
'headerClassifier': '',
164+
'headerClassifier': Optional(''),
165165
'sourcesClassifier': Optional(''),
166166
'binaryPlatforms': Optional(['']),
167167
'skipInvalidPlatforms': Optional(False),

0 commit comments

Comments
 (0)