Make Objective-C's categories work.
See more on: http://stackoverflow.com/questions/2567498/objective-c-categories-in-static-library
This commit is contained in:
parent
5b80e14f38
commit
02ba7d27b9
1 changed files with 3 additions and 0 deletions
3
atom.gyp
3
atom.gyp
|
@ -317,6 +317,9 @@
|
|||
'LD_RUNPATH_SEARCH_PATHS': [
|
||||
'@loader_path/Libraries',
|
||||
],
|
||||
'OTHER_LDFLAGS': [
|
||||
'-ObjC',
|
||||
],
|
||||
},
|
||||
'copies': [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue