makepanda: also use -undefined dynamic_lookup for VRPN for now

This commit is contained in:
rdb 2019-05-12 15:36:25 +02:00
parent fce282ea33
commit 15cdd1da0a

View File

@ -1026,6 +1026,8 @@ if (COMPILER=="GCC"):
LibName("ASSIMP", "-undefined dynamic_lookup")
if not PkgSkip("OPENEXR"):
LibName("OPENEXR", "-undefined dynamic_lookup")
if not PkgSkip("VRPN"):
LibName("VRPN", "-undefined dynamic_lookup")
if GetTarget() == 'android':
LibName("ALWAYS", '-llog')