mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-07-25 06:53:01 +02:00
Set CMAKE_MSVC_RUNTIME_LIBRARY for mozjpeg
The cherry-pick made in 9fd1f95ab8
broke mozjpeg's own WITH_CRT_DLL variable so we have to use the cmake one
This commit is contained in:
parent
60d821ae3e
commit
ce764c862f
1 changed files with 1 additions and 0 deletions
|
@ -586,6 +586,7 @@ stage('mozjpeg', """
|
|||
win:
|
||||
cmake . ^
|
||||
-A %WIN32X64% ^
|
||||
-DCMAKE_MSVC_RUNTIME_LIBRARY="MultiThreaded$<$<CONFIG:Debug>:Debug>" ^
|
||||
-DWITH_JPEG8=ON ^
|
||||
-DPNG_SUPPORTED=OFF
|
||||
cmake --build . --config Debug --parallel
|
||||
|
|
Loading…
Add table
Reference in a new issue