diff options
-rw-r--r-- | XCompile.txt | 4 |
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) |