mconf: make print_aligned static

pull/3177/head
Sander Sweers 7 years ago
parent 9d31c751b6
commit 9bafde953a
  1. 3
      mesonbuild/mconf.py

@ -45,7 +45,8 @@ class Conf:
# are erased when Meson is executed the next time, i.e. when
# Ninja is run.
def print_aligned(self, arr):
@staticmethod
def print_aligned(arr):
def make_lower_case(val):
if isinstance(val, bool):
return str(val).lower()

Loading…
Cancel
Save