aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/interpreter.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2018-05-25 01:32:29 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2018-05-25 01:32:29 +0300
commitbf7766898e7a0da0ffb9253807d44044843ceac4 (patch)
tree712175405dd31942d267b23c602e134a336e6801 /mesonbuild/interpreter.py
parentc8256a30a0a3523b62870c6bc93942af384d8c53 (diff)
downloadmeson-immufix.zip
meson-immufix.tar.gz
meson-immufix.tar.bz2
Mark even empty confs used appropriately.immufix
Diffstat (limited to 'mesonbuild/interpreter.py')
-rw-r--r--mesonbuild/interpreter.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mesonbuild/interpreter.py b/mesonbuild/interpreter.py
index 2d1026b..80832fb 100644
--- a/mesonbuild/interpreter.py
+++ b/mesonbuild/interpreter.py
@@ -3214,6 +3214,7 @@ root and issuing %s.
'optimizing copy automatically; if you want to '
'copy a file to the build dir, use the \'copy:\' '
'keyword argument added in 0.47.0', location=node)
+ conf.mark_used()
# Perform the appropriate action
if 'configuration' in kwargs:
conf = kwargs['configuration']