create bin/cache directory

This commit is contained in:
nakst 2021-11-30 19:32:05 +00:00
parent 3ce62566b9
commit 7ee62db3de
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
# Set the current directory to the source root.
cd "$(dirname "$0")"
# Create the bin directory.
mkdir -p bin
# Create the bin and download cache directories.
mkdir -p bin bin/cache
# Check that we are running on a sensible platform.
uname -o | grep Cygwin > /dev/null