Fix build directory in VC++ 64 bit

pull/3/head
Hleb Valoshka 2019-05-05 12:50:37 +03:00
parent 06ca2c5fec
commit 242c5ad84d
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ cd ..
git pull
git submodule update --init
mkdir build32
cd build32
mkdir build64
cd build64
set Qt5_DIR=C:\Qt\5.10.1\msvc2015_64
set PATH=%Qt5_DIR%\bin;%PATH%