mirror of https://gitlab.com/nakst/essence
mkdir Generated Code in start.sh
This commit is contained in:
parent
c3f158a3ca
commit
e89c0e84d7
2
start.sh
2
start.sh
|
@ -4,7 +4,7 @@
|
|||
cd "$(dirname "$0")"
|
||||
|
||||
# Create the bin directories.
|
||||
mkdir -p bin bin/Dependency\ Files bin/Logs bin/cache
|
||||
mkdir -p bin bin/Dependency\ Files bin/Logs bin/Generated\ Code bin/cache
|
||||
|
||||
# Check that we are running on a sensible platform.
|
||||
uname -o | grep Cygwin > /dev/null
|
||||
|
|
Loading…
Reference in New Issue