mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-03 21:54:05 +02:00
Fix typo in lcms2 build commands for Windows.
This commit is contained in:
parent
99a1c98ae0
commit
3f6f96cfb4
1 changed files with 1 additions and 1 deletions
|
@ -1739,7 +1739,7 @@ win:
|
|||
-D WebP_mux_LIBRARY="%WEBP_DIR%\\out\\release-static\\$X8664\\lib\\webpmux.lib" ^
|
||||
-D LCMS2_FOUND=1 ^
|
||||
-D LCMS2_INCLUDE_DIR="%LCMS2_DIR%\\include" ^
|
||||
-D LCMS2_LIBRARIES="%LCMS2_DIR%\\out\Release\\src\\liblcms2.a"
|
||||
-D LCMS2_LIBRARIES="%LCMS2_DIR%\\out\\Release\\src\\liblcms2.a"
|
||||
|
||||
cmake --build . --config Debug --parallel
|
||||
cmake --install . --config Debug
|
||||
|
|
Loading…
Add table
Reference in a new issue