Fix wheels compilation

This commit is contained in:
Adrien Ferrand 2020-06-10 12:40:28 +02:00
parent df0ccd200d
commit 14058ef759
6 changed files with 1 additions and 1 deletions

View file

@ -7,7 +7,7 @@ set -ex
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
TARGET_ARCHS="i386 arm64 armhf"
rm -f "${DIR}/packages/"*
rm -rf "${DIR}/packages/"*
# shellcheck source=common.sh
source "${DIR}/common.sh"