fix python bindings Jamfile to properly build with -fPIC

This commit is contained in:
Arvid Norberg 2008-12-12 18:44:18 +00:00
parent 9c5c0418ba
commit 8cd106833d
1 changed files with 1 additions and 1 deletions

View File

@ -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
{