Browse Source

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

exists
reviewable/pr4571/r2
sudden6 8 years ago
parent
commit
68c5cdf096
No known key found for this signature in database
GPG Key ID: 279509B499E032B9
  1. 1
      windows/cross-compile/build.sh

1
windows/cross-compile/build.sh

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

Loading…
Cancel
Save