This commit is contained in:
@@ -592,10 +592,10 @@ if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'win64-vc', 'linuxcross'):
|
|||||||
|
|
||||||
#currently win64-vc doesn't appear to have libpng.dll
|
#currently win64-vc doesn't appear to have libpng.dll
|
||||||
if env['OURPLATFORM'] != 'win64-vc':
|
if env['OURPLATFORM'] != 'win64-vc':
|
||||||
dllsources += ['${BF_PNG_LIBPATH}/libpng.dll']
|
dllsources += ['${BF_PNG_LIBPATH}/libpng.dll',
|
||||||
|
'${BF_ZLIB_LIBPATH}/zlib.dll']
|
||||||
|
|
||||||
dllsources += ['${BF_ZLIB_LIBPATH}/zlib.dll',
|
dllsources += ['${BF_TIFF_LIBPATH}/${BF_TIFF_LIB}.dll']
|
||||||
'${BF_TIFF_LIBPATH}/${BF_TIFF_LIB}.dll']
|
|
||||||
|
|
||||||
if env['OURPLATFORM'] != 'linuxcross':
|
if env['OURPLATFORM'] != 'linuxcross':
|
||||||
# pthreads library is already added
|
# pthreads library is already added
|
||||||
|
Reference in New Issue
Block a user