mirror of
https://github.com/git/git.git
synced 2026-01-09 01:34:00 +00:00
Merge branch 'dd/meson-perl-custom-path'
Meson-based build framework update. * dd/meson-perl-custom-path: meson: allow customize perl installation path
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
# Configuration for Git installation
|
||||
option('perllibdir', type: 'string', value: '',
|
||||
description: 'Directory to install perl lib to. Defaults to <datadir>/perl5')
|
||||
|
||||
# Configuration for how Git behaves at runtime.
|
||||
option('default_pager', type: 'string', value: 'less',
|
||||
description: 'Fall-back pager.')
|
||||
|
||||
Reference in New Issue
Block a user