summaryrefslogtreecommitdiffhomepage
path: root/cmake/mingw-w64.cmake
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-06-22 07:28:29 +0200
committerStanislaw Halik <sthalik@misaki.pl>2017-06-22 07:28:29 +0200
commit442fd797087834cb691cf18f4a808eee6d740353 (patch)
tree108f354f498c3f7272095d58dc5b03d861ef83f0 /cmake/mingw-w64.cmake
parent0ebf074be440dc5ba30802fdccfc786c6d4acbd7 (diff)
misc irrelevant
Diffstat (limited to 'cmake/mingw-w64.cmake')
-rw-r--r--cmake/mingw-w64.cmake3
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-)