Skip to content

Commit 246961d

Browse files
committed
Build : Locate Imath headers
1 parent 0b54a0e commit 246961d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@ dependencyIncludes = [
10551055
systemIncludeArgument, "$BLOSC_INCLUDE_PATH",
10561056
# we use "OpenEXR/x.h" and they use "x.h"
10571057
systemIncludeArgument, os.path.join( "$OPENEXR_INCLUDE_PATH","OpenEXR" ),
1058-
systemIncludeArgument, os.path.join( "$ILMBASE_INCLUDE_PATH","OpenEXR" ),
1058+
systemIncludeArgument, os.path.join( "$ILMBASE_INCLUDE_PATH","Imath" ),
10591059
systemIncludeArgument, "$FREETYPE_INCLUDE_PATH",
10601060
]
10611061

0 commit comments

Comments
 (0)