aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
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 17:43:06 +0300
commit320a5865d91d8ac3e897d7ee15f29a898f091eed (patch)
tree712175405dd31942d267b23c602e134a336e6801 /mesonbuild
parentc8256a30a0a3523b62870c6bc93942af384d8c53 (diff)
downloadmeson-320a5865d91d8ac3e897d7ee15f29a898f091eed.zip
meson-320a5865d91d8ac3e897d7ee15f29a898f091eed.tar.gz
meson-320a5865d91d8ac3e897d7ee15f29a898f091eed.tar.bz2
Mark even empty confs used appropriately.
Diffstat (limited to 'mesonbuild')
-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']