fixed
This commit is contained in:
parent
b44762e592
commit
ecaf40475e
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ libraries = ['mapnik','png','jpeg']
|
|||
if env['THREADING'] == 'multi':
|
||||
libraries.append('boost_python%s%s' % (env['BOOST_APPEND'],thread_suffix))
|
||||
else :
|
||||
libraries.append('mapnik', 'boost_python%s' % env['BOOST_APPEND'])
|
||||
libraries.append('boost_python%s' % env['BOOST_APPEND'])
|
||||
|
||||
if env['PLATFORM'] == 'Darwin':
|
||||
if env['THREADING'] == 'multi':
|
||||
|
|
Loading…
Add table
Reference in a new issue