aboutsummaryrefslogtreecommitdiffstats
path: root/XCompile.txt
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2009-03-06 20:09:44 -0800
committerChris Robinson <[email protected]>2009-03-06 20:09:44 -0800
commit6d7be151dc11e99d0798786fe3fbe89dbd116816 (patch)
treeacb4827cccc933a57537559efb87c8b05ddb2f4c /XCompile.txt
parent07227b9806d6736ac31ee50250a56f846b6ccee2 (diff)
Remove the unneeded path from the cross-compiler commands
Diffstat (limited to 'XCompile.txt')
-rw-r--r--XCompile.txt4
1 files 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)