mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 08:15:18 -04:00
makepanda: also use -undefined dynamic_lookup for VRPN for now
This commit is contained in:
parent
fce282ea33
commit
15cdd1da0a
@ -1026,6 +1026,8 @@ if (COMPILER=="GCC"):
|
|||||||
LibName("ASSIMP", "-undefined dynamic_lookup")
|
LibName("ASSIMP", "-undefined dynamic_lookup")
|
||||||
if not PkgSkip("OPENEXR"):
|
if not PkgSkip("OPENEXR"):
|
||||||
LibName("OPENEXR", "-undefined dynamic_lookup")
|
LibName("OPENEXR", "-undefined dynamic_lookup")
|
||||||
|
if not PkgSkip("VRPN"):
|
||||||
|
LibName("VRPN", "-undefined dynamic_lookup")
|
||||||
|
|
||||||
if GetTarget() == 'android':
|
if GetTarget() == 'android':
|
||||||
LibName("ALWAYS", '-llog')
|
LibName("ALWAYS", '-llog')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user