mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -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")
|
LibName("FFMPEG", "-undefined dynamic_lookup")
|
||||||
if not PkgSkip("ASSIMP"):
|
if not PkgSkip("ASSIMP"):
|
||||||
LibName("ASSIMP", "-undefined dynamic_lookup")
|
LibName("ASSIMP", "-undefined dynamic_lookup")
|
||||||
|
if not PkgSkip("OPENEXR"):
|
||||||
|
LibName("OPENEXR", "-undefined dynamic_lookup")
|
||||||
|
|
||||||
if GetTarget() == 'android':
|
if GetTarget() == 'android':
|
||||||
LibName("ALWAYS", '-llog')
|
LibName("ALWAYS", '-llog')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user