1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

fix(windows): remove unneeded qt sql and fix problem when build dir

exists
This commit is contained in:
sudden6 2017-08-11 23:57:15 +02:00
parent af15cd06ac
commit 68c5cdf096
No known key found for this signature in database
GPG Key ID: 279509B499E032B9

View File

@ -790,6 +790,7 @@ mkdir -p qtox
cd qtox
cp -a $QTOX_SRC_DIR/. .
rm -rf ./build
mkdir build
cd build