Skip to content

Commit 89ba4bb

Browse files
authored
Merge pull request #1350 from ericmehl/Imath-fixes
New Imath fixes
2 parents 53e5a49 + 246961d commit 89ba4bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SConstruct

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,7 @@ dependencyIncludes = [
10191019
systemIncludeArgument, "$BLOSC_INCLUDE_PATH",
10201020
# we use "OpenEXR/x.h" and they use "x.h"
10211021
systemIncludeArgument, os.path.join( "$OPENEXR_INCLUDE_PATH","OpenEXR" ),
1022-
systemIncludeArgument, os.path.join( "$ILMBASE_INCLUDE_PATH","OpenEXR" ),
1022+
systemIncludeArgument, os.path.join( "$ILMBASE_INCLUDE_PATH","Imath" ),
10231023
systemIncludeArgument, "$FREETYPE_INCLUDE_PATH",
10241024
]
10251025

@@ -1128,6 +1128,7 @@ else:
11281128
"/DWIN32",
11291129
"/D_WINDOWS",
11301130
"/DOPENEXR_DLL",
1131+
"/DIMATH_DLL",
11311132
"/DNOMINMAX",
11321133
"/D__PRETTY_FUNCTION__=__FUNCSIG__",
11331134
"/DBOOST_ALL_DYN_LINK",

0 commit comments

Comments
 (0)