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 += -lz
|
||||
LIBS += -lpthread
|
||||
LIBS += -lHalf
|
||||
LIBS += -lImath
|
||||
LIBS += -lIex
|
||||
|
||||
#For systems with older versions of OpenEXR < 3.0, use this.
|
||||
# LIBS += -lIlmImf
|
||||
# LIBS += -lHalf
|
||||
|
||||
#For systems with OpenEXR >= 3.0, use this.
|
||||
LIBS += -lz
|
||||
LIBS += -lIlmThread
|
||||
|
Loading…
Reference in New Issue
Block a user