Make sure all .a files get loaded by the linker
This ensures their symbols get exported.
This commit is contained in:
Родитель
4b130dbf96
Коммит
ef24177cba
|
@ -6,6 +6,11 @@
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'vendor/chromium/src/content/content.gyp:content',
|
'vendor/chromium/src/content/content.gyp:content',
|
||||||
],
|
],
|
||||||
|
'xcode_settings': {
|
||||||
|
'OTHER_LDFLAGS': [
|
||||||
|
'-all_load',
|
||||||
|
],
|
||||||
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче