From 6d7be151dc11e99d0798786fe3fbe89dbd116816 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 6 Mar 2009 20:09:44 -0800 Subject: [PATCH] Remove the unneeded path from the cross-compiler commands --- XCompile.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/XCompile.txt b/XCompile.txt index 391fae6c..a6b06c75 100644 --- a/XCompile.txt +++ b/XCompile.txt @@ -10,8 +10,8 @@ SET(CMAKE_SYSTEM_NAME Windows) # which compilers to use for C and C++ -SET(CMAKE_C_COMPILER /usr/bin/mingw32-gcc) -SET(CMAKE_CXX_COMPILER /usr/bin/mingw32-g++) +SET(CMAKE_C_COMPILER mingw32-gcc) +SET(CMAKE_CXX_COMPILER mingw32-g++) # here is the target environment located SET(CMAKE_FIND_ROOT_PATH /usr/mingw32/mingw)