linux: Fix relocation error when compiling as shared library

This commit is contained in:
Cheng Zhao 2015-04-01 23:44:55 +08:00
Родитель 211e386c89
Коммит 95528f9207
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -95,6 +95,8 @@
'-Wno-unused-value',
'-Wno-deprecated-declarations',
'-Wno-return-type',
# Fix relocation error when compiling as shared library.
'-fPIC',
],
}],
],