This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository www-content.
View the commit online.
commit b0a0df92adea637eef09fc7096d17469bd25b63d
Author: nekobit <hylandb...@gmail.com>
AuthorDate: Tue Oct 8 08:56:18 2024 -0700
Wiki page Compiling_the_native_Windows_EFL changed with summary [Imply triplets for vcpkg] by nekobit
---
pages/Compiling_the_native_Windows_EFL.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pages/Compiling_the_native_Windows_EFL.txt b/pages/Compiling_the_native_Windows_EFL.txt
index 18ac928c1..aaa32bbb5 100644
--- a/pages/Compiling_the_native_Windows_EFL.txt
+++ b/pages/Compiling_the_native_Windows_EFL.txt
@@ -103,7 +103,7 @@ To manage dependencies with vcpkg:
- Zlib.
<code>
-c:\vcpkg-path> vcpkg install openssl:x64-windows freetype:x64-windows check:x64-windows libpng:x64-windows zlib:x64-windows libjpeg-turbo:x64-windows curl:x64-windows
+c:\vcpkg-path> vcpkg install openssl freetype check libpng zlib libjpeg-turbo curl --triplet x64-windows
</code>
This way vcpkg will download, setup and install all of those dependencies.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.