From 55063d61ecc3b291862356fff026494a99992b64 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 24 Oct 2012 17:39:03 -0700 Subject: [PATCH] Add libgit2 to libraries --- atom.gyp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/atom.gyp b/atom.gyp index cc9a44210..f31f8c1f7 100644 --- a/atom.gyp +++ b/atom.gyp @@ -271,7 +271,10 @@ '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', ], }, - 'libraries': [ 'native/frameworks/CocoaOniguruma.framework' ], + 'libraries': [ + 'native/frameworks/CocoaOniguruma.framework', + 'git2/frameworks/libgit2.0.17.0.dylib', + ], 'sources': [ 'native/atom_cef_app.h', 'native/atom_cef_render_process_handler.h',