diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-10-28 13:45:21 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-10-28 13:45:21 +0100 |
commit | ee5a2b5cd1e93a2133697445aa68f40539c902e2 (patch) | |
tree | 4915151ee7682f9b9a449192d127ac2185dfae2a /cmake/mingw-w64.cmake | |
parent | 192e1131873e66d2118afd7a6e13e5701053a4d0 (diff) |
buffer flush
Diffstat (limited to 'cmake/mingw-w64.cmake')
-rw-r--r-- | cmake/mingw-w64.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/mingw-w64.cmake b/cmake/mingw-w64.cmake index 1f60993a..8604dafb 100644 --- a/cmake/mingw-w64.cmake +++ b/cmake/mingw-w64.cmake @@ -7,7 +7,7 @@ SET(CMAKE_SYSTEM_NAME Windows) SET(CMAKE_SYSTEM_VERSION 1) # specify the cross compiler -set(c i686-w64-mingw32-) +set(c /c/mingw-w64/i686-4.9.2-posix-sjlj-rt_v4-rev4/mingw32/bin/i686-w64-mingw32-) SET(CMAKE_C_COMPILER ${c}gcc) SET(CMAKE_CXX_COMPILER ${c}g++) |