--Code changes

-Fix link statement for new (>= 3.0) OpenEXR on linux builds.
This commit is contained in:
Person 2024-05-12 13:25:42 -06:00
parent 4c0f03a52a
commit 4b1ad74190

View File

@ -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 {