From 11f63105d003e222576a4e23ab106af2fc5a7741 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Thu, 17 Mar 2016 10:18:21 +0530 Subject: New builtin option: libexecdir for installation of helper executables --- mesonbuild/mesonlib.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mesonbuild/mesonlib.py') diff --git a/mesonbuild/mesonlib.py b/mesonbuild/mesonlib.py index ac605bf..2087eee 100644 --- a/mesonbuild/mesonlib.py +++ b/mesonbuild/mesonlib.py @@ -173,6 +173,10 @@ def default_libdir(): return 'lib64' return 'lib' +def default_libexecdir(): + # There is no way to auto-detect this, so it must be set at build time + return 'libexec' + def get_library_dirs(): if is_windows(): return ['C:/mingw/lib'] # Fixme -- cgit v1.1