Mark even empty confs used appropriately.

pull/3631/head
Jussi Pakkanen 7 years ago
parent c8256a30a0
commit 320a5865d9
  1. 1
      mesonbuild/interpreter.py
  2. 0
      test cases/failing/77 configuration immutable/input
  3. 0
      test cases/failing/77 configuration immutable/meson.build

@ -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']

Loading…
Cancel
Save