mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Add libgit2 to libraries
This commit is contained in:
committed by
Corey Johnson
parent
17c3621853
commit
55063d61ec
5
atom.gyp
5
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',
|
||||
|
||||
Reference in New Issue
Block a user