Make sure all .a files get loaded by the linker

This ensures their symbols get exported.
This commit is contained in:
Adam Roben 2013-02-21 15:40:10 -05:00
Родитель 4b130dbf96
Коммит ef24177cba
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -6,6 +6,11 @@
'dependencies': [
'vendor/chromium/src/content/content.gyp:content',
],
'xcode_settings': {
'OTHER_LDFLAGS': [
'-all_load',
],
},
},
],
}