Skip to content

Commit

Permalink
Fix Linux build!
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamed Sabri committed Apr 19, 2020
1 parent fd7bcb7 commit 7895ee9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugin/pxr/cmake/macros/Private.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -926,6 +926,7 @@ function(_pxr_python_module NAME)
target_compile_definitions(${LIBRARY_NAME}
PRIVATE
$<$<BOOL:${IS_MACOSX}>:OSMac_>
$<$<BOOL:${IS_LINUX}>:LINUX>
MFB_PACKAGE_NAME=${PXR_PACKAGE}
MFB_ALT_PACKAGE_NAME=${PXR_PACKAGE}
MFB_PACKAGE_MODULE=${pyModuleName}
Expand Down Expand Up @@ -1180,6 +1181,7 @@ function(_pxr_library NAME)
${apiPublic}
PRIVATE
$<$<BOOL:${IS_MACOSX}>:OSMac_>
$<$<BOOL:${IS_LINUX}>:LINUX>
MFB_PACKAGE_NAME=${PXR_PACKAGE}
MFB_ALT_PACKAGE_NAME=${PXR_PACKAGE}
MFB_PACKAGE_MODULE=${pythonModuleName}
Expand Down

0 comments on commit 7895ee9

Please sign in to comment.