зеркало из https://github.com/electron/electron.git
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:
Родитель
5b80e14f38
Коммит
02ba7d27b9
3
atom.gyp
3
atom.gyp
|
@ -317,6 +317,9 @@
|
||||||
'LD_RUNPATH_SEARCH_PATHS': [
|
'LD_RUNPATH_SEARCH_PATHS': [
|
||||||
'@loader_path/Libraries',
|
'@loader_path/Libraries',
|
||||||
],
|
],
|
||||||
|
'OTHER_LDFLAGS': [
|
||||||
|
'-ObjC',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
'copies': [
|
'copies': [
|
||||||
{
|
{
|
||||||
|
|
Загрузка…
Ссылка в новой задаче