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