mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-01-21 05:00:06 -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 += -lxml2
|
||||||
LIBS += -lz
|
LIBS += -lz
|
||||||
LIBS += -lpthread
|
LIBS += -lpthread
|
||||||
LIBS += -lIex-3_1
|
LIBS += -lHalf
|
||||||
LIBS += -lIlmThread-3_1
|
LIBS += -lImath
|
||||||
LIBS += -lImath-3_1
|
LIBS += -lIex
|
||||||
LIBS += -lOpenEXR-3_1
|
|
||||||
|
#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 {
|
macx {
|
||||||
|
Loading…
Reference in New Issue
Block a user