Skip to content

Commit 24b32c7

Browse files
committed
Create tools directory before extracting doxygen tarball
1 parent 05c7eed commit 24b32c7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/dockcross-manylinux-download-cache-and-build-module-wheels.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ if [[ ! -f doxygen-1.8.11.linux.bin.tar.gz ]]; then
1111
fi
1212
# if doxygen tarball was cached, we need to unzip it
1313
if [[ ! -f ./tools/doxygen-1.8.11/bin/doxygen ]]; then
14+
mkdir tools
1415
tar -xvzf doxygen-1.8.11.linux.bin.tar.gz -C tools
1516
fi
1617
if [[ ! -f ./tools/doxygen-1.8.11/bin/doxygen ]]; then

0 commit comments

Comments
 (0)