setup.py works on mac with boost 1.35 now. Still needs work to be portable

This commit is contained in:
Arvid Norberg 2008-10-04 20:57:48 +00:00
parent 983148834f
commit c65919f43d
1 changed files with 2 additions and 6 deletions

View File

@ -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' ],
)
);