diff options
author | Que Quotion <quequotion@gmail.com> | 2018-11-27 10:23:02 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2018-11-27 13:48:43 +0100 |
commit | 508b4e3ec0cb3e365942f4dc0626edda4789932b (patch) | |
tree | d47fd87b0ba310da989e45423180c4fda2610957 /scripts/libmakepkg/meson.build | |
parent | 0bb04fa16a82db133dd010478c1256bc8500c5e7 (diff) | |
download | pacman-508b4e3ec0cb3e365942f4dc0626edda4789932b.tar.gz pacman-508b4e3ec0cb3e365942f4dc0626edda4789932b.tar.xz |
Split prepare_buildenv() to libmakepkg
This opens the door for third parties to provide libmakepkg
extentions for the purpose of altering the build environment.
Signed-off-by: Que Quotion <quequotion@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'scripts/libmakepkg/meson.build')
-rw-r--r-- | scripts/libmakepkg/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/libmakepkg/meson.build b/scripts/libmakepkg/meson.build index 872e61ca..bfba56a5 100644 --- a/scripts/libmakepkg/meson.build +++ b/scripts/libmakepkg/meson.build @@ -1,4 +1,5 @@ libmakepkg_modules = [ + { 'name' : 'buildenv', 'has_subdir' : true }, { 'name' : 'executable', 'has_subdir' : true }, { 'name' : 'integrity', 'has_subdir' : true }, { 'name' : 'lint_config', 'has_subdir' : true }, |