Skip to content

Commit

Permalink
Fix wheel bundling with cvcuda for debug builds
Browse files Browse the repository at this point in the history
Signed-off-by: Rafal Banas <rbanas@nvidia.com>
  • Loading branch information
banasraf committed Jul 31, 2023
1 parent d745528 commit 4f938ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dali/python/bundle-wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ DEPS_LIST=(
"${DEPS_PATH}/lib/libcfitsio.so.4"
"lib/libcvcuda.so.0"
"lib/libnvcv_types.so.0"
"lib/libcvcuda.so_d.0" # debug build
"lib/libnvcv_types.so_d.0" # debug build
)

if [ "$BUNDLE_NVCOMP" = "YES" ]; then
Expand Down

0 comments on commit 4f938ee

Please sign in to comment.