blob: 3c7677f736c684ec5c3a82a9bdd4bfd6321717c0 [file] [log] [blame]
executable('git-credential-osxkeychain',
sources: 'git-credential-osxkeychain.c',
dependencies: [
dependency('CoreFoundation'),
dependency('Security'),
],
install: true,
install_dir: get_option('libexecdir') / 'git-core',
)