Disable build features constant

This commit is contained in:
Felix Krull 2019-08-28 23:20:15 +02:00 committed by Colin Walters
parent d51861e80c
commit 0e3b567b19

View File

@ -27,6 +27,9 @@ ignore = [
"OSTree.VERSION",
"OSTree.VERSION_S",
"OSTree.YEAR_VERSION",
# build-dependent constants
"OSTree.BUILT_FEATURES",
]
girs_dir = "../gir-files"