linux: Fix relocation error when compiling as shared library
This commit is contained in:
Родитель
211e386c89
Коммит
95528f9207
|
@ -95,6 +95,8 @@
|
|||
'-Wno-unused-value',
|
||||
'-Wno-deprecated-declarations',
|
||||
'-Wno-return-type',
|
||||
# Fix relocation error when compiling as shared library.
|
||||
'-fPIC',
|
||||
],
|
||||
}],
|
||||
],
|
||||
|
|
Загрузка…
Ссылка в новой задаче