diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-06-22 07:28:29 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-06-22 07:28:29 +0200 |
commit | 442fd797087834cb691cf18f4a808eee6d740353 (patch) | |
tree | 108f354f498c3f7272095d58dc5b03d861ef83f0 /cmake | |
parent | 0ebf074be440dc5ba30802fdccfc786c6d4acbd7 (diff) |
misc irrelevant
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/mingw-w64.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmake/mingw-w64.cmake b/cmake/mingw-w64.cmake index 83501cdc..38567d54 100644 --- a/cmake/mingw-w64.cmake +++ b/cmake/mingw-w64.cmake @@ -16,7 +16,8 @@ unset(c) unset(e) # specify the cross compiler if(CMAKE_HOST_SYSTEM_NAME STREQUAL "Windows") - set(p D:/cygwin64/opt/bin/) + #set(p D:/cygwin64/opt/bin/) + set(p "C:/msys64/mingw32/bin/") set(e .exe) endif() #set(c ${p}i686-w64-mingw32-) |