forked from premiere/premiere-libtorrent
setup.py works on mac with boost 1.35 now. Still needs work to be portable
This commit is contained in:
parent
983148834f
commit
c65919f43d
|
@ -39,12 +39,8 @@ ltmod = Extension(
|
|||
'src/torrent_status.cpp',
|
||||
'src/utility.cpp',
|
||||
'src/version.cpp' ],
|
||||
**pkgconfig('libtorrent',
|
||||
libraries = [ 'boost_python',
|
||||
'boost_date_time',
|
||||
'boost_filesystem',
|
||||
'boost_system',
|
||||
],
|
||||
**pkgconfig('libtorrent-rasterbar',
|
||||
libraries = [ 'boost_python-mt-1_35' ],
|
||||
)
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue