FreeBSD build script fix closes #2861
This commit is contained in:
parent
775fcb5378
commit
feae68f142
1 changed files with 3 additions and 0 deletions
|
@ -113,6 +113,9 @@ if env['RUNTIME_LINK'] != 'static':
|
|||
|
||||
lib_env['LIBS'].append('z')
|
||||
|
||||
if env['PLATFORM'] == 'FreeBSD':
|
||||
lib_env['LIBS'].append('pthread')
|
||||
|
||||
if env['PLATFORM'] == 'Darwin':
|
||||
mapnik_libname = env.subst(env['MAPNIK_LIB_NAME'])
|
||||
if env['FULL_LIB_PATH']:
|
||||
|
|
Loading…
Reference in a new issue