WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=75f00fadc4f89540c59b7f7aa5fde591cdda95d9

commit 75f00fadc4f89540c59b7f7aa5fde591cdda95d9
Author: Felipe Magno de Almeida <felipe.m.alme...@gmail.com>
Date:   Wed Sep 9 22:33:53 2020 -0700

    Wiki page Compiling_the_native_Windows_EFL changed with summary [] by 
Felipe Magno de Almeida
---
 pages/Compiling_the_native_Windows_EFL.txt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pages/Compiling_the_native_Windows_EFL.txt 
b/pages/Compiling_the_native_Windows_EFL.txt
index 7745d6adf..287f7ec02 100644
--- a/pages/Compiling_the_native_Windows_EFL.txt
+++ b/pages/Compiling_the_native_Windows_EFL.txt
@@ -15,7 +15,6 @@ Except for topic 6 (Environment variables) that can be 
consulted during the proc
     - Meson
     - LLVM
     - Vcpkg
-    - Environment variables
     - Compiling the EFL
 
 ----
@@ -133,7 +132,7 @@ This file is run everytime by ''configure.bat'' as a 
special way to set local cu
 
 It is necessary to add the vcpkg-installed dependencies to PATH environment 
variable so EFL binaries built and used in efl's build can find its 
dependencies.
 
-<code>c:\efl-path> set 
"PATH=%PATH%;C:\path-to-vcpkg\installed\x64-windows\bin"</code>
+<code>c:\efl-path> set 
"PATH=%PATH%;C:\path-to-vcpkg\installed\x64-windows\debug\bin;C:\path-to-vcpkg\installed\x64-windows\bin"</code>
 
 Then we can configure and build and install
 

-- 


Reply via email to