From 0e3b567b194ec6a77fb6f8e7245e9a73da7ae6d4 Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Wed, 28 Aug 2019 23:20:15 +0200 Subject: [PATCH] Disable build features constant --- rust-bindings/rust/conf/ostree-sys.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rust-bindings/rust/conf/ostree-sys.toml b/rust-bindings/rust/conf/ostree-sys.toml index 09289318..d3ac4ba5 100644 --- a/rust-bindings/rust/conf/ostree-sys.toml +++ b/rust-bindings/rust/conf/ostree-sys.toml @@ -27,6 +27,9 @@ ignore = [ "OSTree.VERSION", "OSTree.VERSION_S", "OSTree.YEAR_VERSION", + + # build-dependent constants + "OSTree.BUILT_FEATURES", ] girs_dir = "../gir-files"