Skip to content

Commit

Permalink
FreeBSD build script fix closes #2861
Browse files Browse the repository at this point in the history
  • Loading branch information
flippmoke committed May 26, 2015
1 parent 775fcb5 commit feae68f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/build.py
Expand Up @@ -113,6 +113,9 @@ def ldconfig(*args,**kwargs):

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']:
Expand Down

0 comments on commit feae68f

Please sign in to comment.