mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-01-21 05:00:06 -05:00
--Bug fixes
-Remove linking to lHalf when using newer versions of OpenEXR.
This commit is contained in:
parent
4b1ad74190
commit
391ee672bc
@ -104,12 +104,13 @@ win32 {
|
|||||||
LIBS += -lxml2
|
LIBS += -lxml2
|
||||||
LIBS += -lz
|
LIBS += -lz
|
||||||
LIBS += -lpthread
|
LIBS += -lpthread
|
||||||
LIBS += -lHalf
|
|
||||||
LIBS += -lImath
|
LIBS += -lImath
|
||||||
LIBS += -lIex
|
LIBS += -lIex
|
||||||
|
|
||||||
#For systems with older versions of OpenEXR < 3.0, use this.
|
#For systems with older versions of OpenEXR < 3.0, use this.
|
||||||
# LIBS += -lIlmImf
|
# LIBS += -lIlmImf
|
||||||
|
# LIBS += -lHalf
|
||||||
|
|
||||||
#For systems with OpenEXR >= 3.0, use this.
|
#For systems with OpenEXR >= 3.0, use this.
|
||||||
LIBS += -lz
|
LIBS += -lz
|
||||||
LIBS += -lIlmThread
|
LIBS += -lIlmThread
|
||||||
|
Loading…
Reference in New Issue
Block a user