Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Fixes static build script for cub directory rename (#14578)
Browse files Browse the repository at this point in the history
  • Loading branch information
perdasilva authored and wkcn committed Apr 1, 2019
1 parent b6eac1d commit 09ba8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/staticbuild/build_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if [[ $VARIANT == *mkl ]]; then
fi

if [[ $VARIANT == cu* ]]; then
cp 3rdparty/cub/LICENSE.TXT ./CUB_LICENSE
cp 3rdparty/nvidia_cub/LICENSE.TXT ./CUB_LICENSE
fi

>&2 echo "Now building mxnet..."
Expand Down

0 comments on commit 09ba8be

Please sign in to comment.