mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 07:48:37 -04:00
makepanda: Remove -undefined dynamic_lookup
for OpenEXR on macOS
This commit is contained in:
parent
c917a9e1a1
commit
aaa51df759
@ -1069,8 +1069,6 @@ 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 not PkgSkip("VRPN"):
|
if not PkgSkip("VRPN"):
|
||||||
LibName("VRPN", "-undefined dynamic_lookup")
|
LibName("VRPN", "-undefined dynamic_lookup")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user