mirror of https://github.com/godotengine/godot
libpng: Same fix as previous commit for server platform
This commit is contained in:
parent
5fa1bb331a
commit
ec4be71fad
|
|
@ -80,7 +80,7 @@ def configure(env):
|
|||
env.ParseConfig('pkg-config freetype2 --cflags --libs')
|
||||
|
||||
if (env['builtin_libpng'] == 'no'):
|
||||
env.ParseConfig('pkg-config libpng --cflags --libs')
|
||||
env.ParseConfig('pkg-config libpng16 --cflags --libs')
|
||||
|
||||
if (env['builtin_enet'] == 'no'):
|
||||
env.ParseConfig('pkg-config libenet --cflags --libs')
|
||||
|
|
|
|||
Loading…
Reference in New Issue