From 3f6f96cfb4af3b751bb1b3a7d9e275b7acd4d16d Mon Sep 17 00:00:00 2001 From: John Preston Date: Wed, 12 Mar 2025 21:15:30 +0400 Subject: [PATCH] Fix typo in lcms2 build commands for Windows. --- Telegram/build/prepare/prepare.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/build/prepare/prepare.py b/Telegram/build/prepare/prepare.py index 86023d1485..e14a2e4b02 100644 --- a/Telegram/build/prepare/prepare.py +++ b/Telegram/build/prepare/prepare.py @@ -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