FreeBSD build script fix closes #2861

This commit is contained in:
Blake Thompson 2015-05-26 15:15:08 -05:00
parent 775fcb5378
commit feae68f142

View file

@ -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']: