mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-04 09:46:02 -04:00
Fix broken build.sh (missing "fi")
This commit is contained in:
parent
d04c8699d2
commit
c5bc2d80cc
1
build.sh
1
build.sh
@ -12,7 +12,6 @@ cd build
|
|||||||
|
|
||||||
# Generate a Makefile for GCC (or Clang, depanding on CC/CXX envvar)
|
# Generate a Makefile for GCC (or Clang, depanding on CC/CXX envvar)
|
||||||
cmake -DCMAKE_BUILD_TYPE=Debug -DSQLITECPP_USE_GCOV=OFF -DSQLITECPP_BUILD_EXAMPLES=ON -DSQLITECPP_BUILD_TESTS=ON ..
|
cmake -DCMAKE_BUILD_TYPE=Debug -DSQLITECPP_USE_GCOV=OFF -DSQLITECPP_BUILD_EXAMPLES=ON -DSQLITECPP_BUILD_TESTS=ON ..
|
||||||
if [ $? != 0 ] ; then exit
|
|
||||||
|
|
||||||
# Build (ie 'make')
|
# Build (ie 'make')
|
||||||
cmake --build .
|
cmake --build .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user