mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-17 12:12:10 -04:00
Typo in OpenCV lib name
This commit is contained in:
parent
623c0b1d10
commit
d53e9b85ca
@ -345,7 +345,7 @@ if (COMPILER=="LINUX"):
|
||||
if (PkgSkip("FFTW")==0): LibName("FFTW", "-lfftw")
|
||||
if (PkgSkip("ARTOOLKIT")==0): LibName("ARTOOLKIT", "-lAR")
|
||||
if (PkgSkip("ODE")==0): LibName("ODE", "-lode")
|
||||
if (PkgSkip("OPENCV")==0): LibName("OPENCV", "-lcv -lcvaux -lcvcore -lhighgui -lml")
|
||||
if (PkgSkip("OPENCV")==0): LibName("OPENCV", "-lcv -lcvaux -lcxcore -lhighgui -lml")
|
||||
if (sys.platform == "darwin"):
|
||||
LibName("AGL", "-framework AGL")
|
||||
LibName("CARBON", "-framework Carbon")
|
||||
|
Loading…
x
Reference in New Issue
Block a user