mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-04 09:46:02 -04:00
Do not produce an error message if "build" directory is already there.
This commit is contained in:
parent
4b96240012
commit
bc1275a32c
2
build.sh
2
build.sh
@ -3,7 +3,7 @@
|
|||||||
# Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt
|
# Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt
|
||||||
# or copy at http://opensource.org/licenses/MIT)
|
# or copy at http://opensource.org/licenses/MIT)
|
||||||
|
|
||||||
mkdir build
|
mkdir -p build
|
||||||
cd build
|
cd build
|
||||||
# generate solution for GCC
|
# generate solution for GCC
|
||||||
cmake ..
|
cmake ..
|
||||||
|
Loading…
x
Reference in New Issue
Block a user