Merge branch 'rj/build-tweaks-part2'
Updates to meson-based build procedure. * rj/build-tweaks-part2: configure.ac: upgrade to a compilation check for sysinfo meson.build: correct setting of GIT_EXEC_PATH meson: correct path to system config/attribute files meson: correct install location of YAML.pm meson.build: quote the GITWEBDIR build configuration
This commit is contained in:
@@ -3,6 +3,6 @@ test_dependencies += custom_target(
|
||||
output: 'YAML.pm',
|
||||
command: generate_perl_command,
|
||||
install: true,
|
||||
install_dir: perllibdir / 'Git/SVN',
|
||||
install_dir: perllibdir / 'Git/SVN/Memoize',
|
||||
depends: [git_version_file],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user