Skip to content

Commit

Permalink
Fixes static build script for cub directory rename (apache#14578)
Browse files Browse the repository at this point in the history
  • Loading branch information
perdasilva authored and ZhennanQin committed Apr 3, 2019
1 parent 391451c commit 87dca98
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 87dca98

Please sign in to comment.