Apparently, we need this check on some systems (??)
This commit is contained in:
parent
c0fa1a6004
commit
86c4443f10
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ for path in [env['BOOST_LIBS'], env['PNG_LIBS'], env['JPEG_LIBS'], env['TIFF_LIB
|
|||
env.ParseConfig(env['FREETYPE_CONFIG'] + ' --libs --cflags')
|
||||
|
||||
C_LIBSHEADERS = [
|
||||
['m', 'math.h', True],
|
||||
['ltdl', 'ltdl.h', True],
|
||||
['png', 'png.h', True],
|
||||
['tiff', 'tiff.h', True],
|
||||
|
|
Loading…
Reference in a new issue