[vlmc-devel] INSTALL.win32: Use correct filepath to win32 toolchain

Rohit Yadav git at videolan.org
Fri Jul 22 21:26:04 CEST 2011


vlmc | branch: master | Rohit Yadav <rohityadav89 at gmail.com> | Sat Jul 23 00:30:50 2011 +0530| [0764fa98b1887309413ef0e568d2c92dccb49d70] | committer: Rohit Yadav

INSTALL.win32: Use correct filepath to win32 toolchain
Thanks to Floyd for reporting

> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=0764fa98b1887309413ef0e568d2c92dccb49d70
---

 INSTALL.win32 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/INSTALL.win32 b/INSTALL.win32
index 3b843a3..97ee98c 100644
--- a/INSTALL.win32
+++ b/INSTALL.win32
@@ -9,7 +9,7 @@ Get Contribs
 Configure
 ---------
 mkdir win32 && cd win32
-cmake -DCMAKE_TOOLCHAIN_FILE=cmake/toolchain-win32.cmake ..
+cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/toolchain-win32.cmake ..
 
 Build
 -----



More information about the Vlmc-devel mailing list