diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2018-05-25 01:32:29 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-05-25 01:32:29 +0300 |
commit | bf7766898e7a0da0ffb9253807d44044843ceac4 (patch) | |
tree | 712175405dd31942d267b23c602e134a336e6801 /mesonbuild/interpreter.py | |
parent | c8256a30a0a3523b62870c6bc93942af384d8c53 (diff) | |
download | meson-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.py | 1 |
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'] |