mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 15:43:55 +02:00
Use gperf from msys2
This commit is contained in:
parent
5938e0f821
commit
78a3e329f5
1 changed files with 1 additions and 2 deletions
|
@ -475,6 +475,7 @@ win:
|
|||
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 ^
|
||||
|
@ -1937,7 +1938,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" ^
|
||||
|
@ -1958,7 +1958,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" ^
|
||||
|
|
Loading…
Add table
Reference in a new issue