From 5980af7b420bb2ed3d98e053a30520d4804d4ea8 Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Wed, 28 Aug 2019 23:23:22 +0200 Subject: [PATCH] Ignore BUILT_FEATURES from main crate --- rust-bindings/rust/conf/ostree.toml | 5 +++++ 1 file changed, 5 insertions(+) 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