mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
Fix opencv linker errors
This commit is contained in:
parent
47873f6f81
commit
298a56ce32
@ -349,10 +349,10 @@ if (COMPILER=="LINUX"):
|
||||
if (PkgSkip("ARTOOLKIT")==0): LibName("ARTOOLKIT", "-lAR")
|
||||
if (PkgSkip("ODE")==0): LibName("ODE", "-lode")
|
||||
if (PkgSkip("OPENCV")==0): LibName("OPENCV", "-lcv")
|
||||
if (PkgSkip("OPENCV")==0): LibName("OPENCV", "-lcvaux")
|
||||
if (PkgSkip("OPENCV")==0): LibName("OPENCV", "-lcxcore")
|
||||
if (PkgSkip("OPENCV")==0): LibName("OPENCV", "-lhighgui")
|
||||
if (PkgSkip("OPENCV")==0): LibName("OPENCV", "-lcvaux")
|
||||
if (PkgSkip("OPENCV")==0): LibName("OPENCV", "-lml")
|
||||
if (PkgSkip("OPENCV")==0): LibName("OPENCV", "-lcxcore")
|
||||
if (sys.platform == "darwin"):
|
||||
if (PkgSkip("OPENCV")==0): LibName("OPENCV", "-framework QuickTime")
|
||||
LibName("AGL", "-framework AGL")
|
||||
|
Loading…
x
Reference in New Issue
Block a user