diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-10-23 15:18:38 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-10-23 15:18:38 +0200 |
commit | 63ec72558049b0682377ddeeec5be5c7ab383b97 (patch) | |
tree | 105e8165bfc05d844af567e78bef01899413fc8d | |
parent | e8f213c2a89e069f5a1125a38094f399a4416e12 (diff) |
cmake: change mingw-w64 compiler path
-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 248d795c..708c8905 100644 --- a/cmake/mingw-w64.cmake +++ b/cmake/mingw-w64.cmake @@ -10,7 +10,7 @@ unset(c) unset(e) # specify the cross compiler if(CMAKE_HOST_SYSTEM_NAME STREQUAL "Windows") - set(p P:/mingw-w64/i686-6.1.0-posix-dwarf-rt_v5-rev0/mingw32/bin/) + set(p C:/msys64/mingw64/bin/) set(e .exe) endif() set(c ${p}i686-w64-mingw32-) |