Skip to content

Commit

Permalink
fix py conduit utils windows exports
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrush committed Jan 16, 2021
1 parent 9401875 commit 44e132f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/libs/conduit/python/conduit_python_exports.h.in
Expand Up @@ -19,7 +19,11 @@

#cmakedefine CONDUIT_WINDOWS_DLL_EXPORTS "${CONDUIT_WINDOWS_DLL_EXPORTS}"

#if defined(CONDUIT_PYTHON_EXPORTS) || defined(conduit_python_EXPORTS)
#if defined(CONDUIT_PYTHON_EXPORTS) || \
defined(conduit_python_EXPORTS) || \
defined(CONDUIT_PYTHON_UTILS_EXPORTS) || \
defined(conduit_python_utils_EXPORTS)

/* define catch all def */
#define CONDUIT_PYTHON_EXPORTS_DEFINED 1
#endif
Expand Down

0 comments on commit 44e132f

Please sign in to comment.