diff --git a/rust-bindings/rust/conf/ostree.toml b/rust-bindings/rust/conf/ostree.toml index 2cc3591a..dfe1daee 100644 --- a/rust-bindings/rust/conf/ostree.toml +++ b/rust-bindings/rust/conf/ostree.toml @@ -186,3 +186,8 @@ status = "generate" # version-dependent constants pattern = "VERSION|VERSION_S|YEAR_VERSION|RELEASE_VERSION" ignore = true + + [[object.constant]] + # build-dependent constants + pattern = "BUILT_FEATURES" + ignore = true