mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
makepanda: also use -undefined dynamic_lookup for OpenEXR for now
This commit is contained in:
parent
81c87ef989
commit
d7f89bd3a4
@ -1024,6 +1024,8 @@ if (COMPILER=="GCC"):
|
||||
LibName("FFMPEG", "-undefined dynamic_lookup")
|
||||
if not PkgSkip("ASSIMP"):
|
||||
LibName("ASSIMP", "-undefined dynamic_lookup")
|
||||
if not PkgSkip("OPENEXR"):
|
||||
LibName("OPENEXR", "-undefined dynamic_lookup")
|
||||
|
||||
if GetTarget() == 'android':
|
||||
LibName("ALWAYS", '-llog')
|
||||
|
Loading…
x
Reference in New Issue
Block a user