mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 15:43:55 +02:00
fix: make it build
Thanks to tdesktop team for publishing broken sources ^^
This commit is contained in:
parent
2c2728448c
commit
36156997ee
3 changed files with 10 additions and 5 deletions
|
@ -473,7 +473,14 @@ win:
|
|||
del msys64.exe
|
||||
|
||||
bash -c "pacman-key --init; pacman-key --populate; pacman -Syu --noconfirm"
|
||||
pacman -Syu --noconfirm mingw-w64-x86_64-perl mingw-w64-x86_64-nasm mingw-w64-x86_64-yasm mingw-w64-x86_64-ninja msys/make diffutils pkg-config
|
||||
pacman -Syu --noconfirm ^
|
||||
make ^
|
||||
mingw-w64-x86_64-diffutils ^
|
||||
mingw-w64-x86_64-gperf ^
|
||||
mingw-w64-x86_64-nasm ^
|
||||
mingw-w64-x86_64-perl ^
|
||||
mingw-w64-x86_64-pkgconf ^
|
||||
mingw-w64-x86_64-yasm
|
||||
|
||||
SET PATH=%PATH_BACKUP_%
|
||||
""", 'ThirdParty')
|
||||
|
@ -1941,7 +1948,6 @@ win:
|
|||
-DOPENSSL_FOUND=1 ^
|
||||
-DOPENSSL_INCLUDE_DIR=%OPENSSL_DIR%\\include ^
|
||||
-DOPENSSL_CRYPTO_LIBRARY="%OPENSSL_LIBS_DIR%.dbg\\libcrypto.lib" ^
|
||||
-DGPERF_EXECUTABLE=%ROOT_DIR%\\ThirdParty\\gperf\\bin\\gperf ^
|
||||
-DZLIB_FOUND=1 ^
|
||||
-DZLIB_INCLUDE_DIR=%ZLIB_LIBS_DIR% ^
|
||||
-DZLIB_LIBRARIES="%ZLIB_LIBS_DIR%\\Debug\\zlibstaticd.lib" ^
|
||||
|
@ -1960,7 +1966,6 @@ release:
|
|||
-DOPENSSL_FOUND=1 ^
|
||||
-DOPENSSL_INCLUDE_DIR=%OPENSSL_DIR%\\include ^
|
||||
-DOPENSSL_CRYPTO_LIBRARY="%OPENSSL_LIBS_DIR%\\libcrypto.lib" ^
|
||||
-DGPERF_EXECUTABLE=%ROOT_DIR%\\ThirdParty\\gperf\\bin\\gperf ^
|
||||
-DZLIB_FOUND=1 ^
|
||||
-DZLIB_INCLUDE_DIR=%ZLIB_LIBS_DIR% ^
|
||||
-DZLIB_LIBRARIES="%ZLIB_LIBS_DIR%\\Release\\zlibstatic.lib" ^
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 46545f547e75afa8500fc21b6e18d60ba3405cfa
|
||||
Subproject commit 09f353539861c5fe236e56c0bf97c01c469e4cbc
|
|
@ -1 +1 @@
|
|||
Subproject commit b715c0c79c1035c060305c63fd60040ce4ec2941
|
||||
Subproject commit 30a34e567feae0af751d7f713d33a60497c673c2
|
Loading…
Add table
Reference in a new issue