fix python bindings Jamfile to properly build with -fPIC
This commit is contained in:
parent
9c5c0418ba
commit
8cd106833d
|
@ -10,7 +10,7 @@ rule libtorrent_linking ( properties * )
|
|||
|
||||
if <toolset>gcc in $(properties)
|
||||
{
|
||||
result += <library>/torrent//torrent/<link>static/<cxxflags>-fPIC/<cflags>-fPIC ;
|
||||
result += <library>/torrent//torrent/<link>static/<cxxflags>-fPIC/<cflags>-fPIC <cxxflags>-fPIC ;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue