Fix typo in lcms2 build commands for Windows.

This commit is contained in:
John Preston 2025-03-12 21:15:30 +04:00
parent 99a1c98ae0
commit 3f6f96cfb4

View file

@ -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