|
1
|
executable('git-credential-osxkeychain', |
|
2
|
sources: 'git-credential-osxkeychain.c', |
|
3
|
dependencies: [ |
|
4
|
libgit, |
|
5
|
dependency('CoreFoundation'), |
|
6
|
dependency('Security'), |
|
7
|
], |
|
8
|
install: true, |
|
9
|
install_dir: get_option('libexecdir') / 'git-core', |
|
10
|
) |