mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-01-20 20:50:05 -05:00
--Code changes
-Fix link statement for new (>= 3.0) OpenEXR on linux builds.
This commit is contained in:
parent
4c0f03a52a
commit
4b1ad74190
@ -104,10 +104,16 @@ win32 {
|
||||
LIBS += -lxml2
|
||||
LIBS += -lz
|
||||
LIBS += -lpthread
|
||||
LIBS += -lIex-3_1
|
||||
LIBS += -lIlmThread-3_1
|
||||
LIBS += -lImath-3_1
|
||||
LIBS += -lOpenEXR-3_1
|
||||
LIBS += -lHalf
|
||||
LIBS += -lImath
|
||||
LIBS += -lIex
|
||||
|
||||
#For systems with older versions of OpenEXR < 3.0, use this.
|
||||
# LIBS += -lIlmImf
|
||||
#For systems with OpenEXR >= 3.0, use this.
|
||||
LIBS += -lz
|
||||
LIBS += -lIlmThread
|
||||
LIBS += -lOpenEXR
|
||||
}
|
||||
|
||||
macx {
|
||||
|
Loading…
Reference in New Issue
Block a user