Don’t wipe dist when building, since we need it
OpenSceneGraph is copied into dist, don’t blank it.
This commit is contained in:
parent
2ab43e6c0a
commit
4f5fd4bea6
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ mkdir -p sgBuild
|
||||||
mkdir -p fgBuild
|
mkdir -p fgBuild
|
||||||
mkdir -p output
|
mkdir -p output
|
||||||
rm -rf output/*
|
rm -rf output/*
|
||||||
rm -rf dist/*
|
|
||||||
|
|
||||||
#####################################################################################
|
#####################################################################################
|
||||||
echo "Starting on SimGear"
|
echo "Starting on SimGear"
|
||||||
|
|
Loading…
Add table
Reference in a new issue