Skip to content

Commit dd9e500

Browse files
committed
Fix bazel build
Signed-off-by: Kimball Thurston <kdt3rd@gmail.com>
1 parent 8113617 commit dd9e500

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ expand_template(
6262
"@OPENEXR_VERSION_MINOR@": "4",
6363
"@OPENEXR_VERSION_PATCH@": "0",
6464
"#cmakedefine OPENEXR_ENABLE_API_VISIBILITY": "#define OPENEXR_ENABLE_API_VISIBILITY",
65+
"#cmakedefine OPENEXR_CORE_FUNCTIONS_EMBEDDED": "/* #undef OPENEXR_CORE_FUNCTIONS_EMBEDDED */",
6566
"#cmakedefine OPENEXR_HAVE_LARGE_STACK 1": "/* #undef OPENEXR_HAVE_LARGE_STACK */",
6667
},
6768
template = "cmake/OpenEXRConfig.h.in",

0 commit comments

Comments
 (0)