mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 02:36:51 -07:00
Switch to generic Qt 5.12 Path on AppVeyor
This commit is contained in:
parent
c435b7f42d
commit
3f66b985d5
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ export PATH="$PWD/protoc/bin:$PATH" || exit 1
|
|||
PYTHON="C:/Python37/python.exe"
|
||||
"$PYTHON" -m pip install protobuf || exit 1
|
||||
|
||||
QT_PATH="C:/Qt/5.12.4/msvc2017_64"
|
||||
QT_PATH="C:/Qt/5.12/msvc2017_64"
|
||||
|
||||
COPY_DLLS="$PWD/openssl-1.1/x64/bin/libcrypto-1_1-x64.dll $PWD/openssl-1.1/x64/bin/libssl-1_1-x64.dll $SDL_ROOT/lib/x64/SDL2.dll"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue