remove unecessary linking to boost_thread
This commit is contained in:
parent
d5dafdc2be
commit
c5f587c29c
1 changed files with 1 additions and 2 deletions
|
@ -36,9 +36,8 @@ source = Split(
|
|||
headers = ['#plugins/input/postgis'] + env['CPPPATH']
|
||||
|
||||
boost_program_options = 'boost_program_options%s' % env['BOOST_APPEND']
|
||||
boost_thread = 'boost_thread%s' % env['BOOST_APPEND']
|
||||
|
||||
libraries = [boost_program_options,boost_thread,'sqlite3','pq','mapnik2']
|
||||
libraries = [boost_program_options,'sqlite3','pq','mapnik2']
|
||||
|
||||
if env['PLATFORM'] == 'Darwin':
|
||||
libraries.append(env['ICU_LIB_NAME'])
|
||||
|
|
Loading…
Reference in a new issue