diff options
Diffstat (limited to 'mesonbuild/mconf.py')
-rw-r--r-- | mesonbuild/mconf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mesonbuild/mconf.py b/mesonbuild/mconf.py index 6061d48..7221dfa 100644 --- a/mesonbuild/mconf.py +++ b/mesonbuild/mconf.py @@ -169,6 +169,7 @@ class Conf: 'libdir', 'libexecdir', 'bindir', + 'sbindir', 'includedir', 'datadir', 'mandir', |