summaryrefslogtreecommitdiffhomepage
path: root/cmake/mingw-w64.cmake
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-01-09 19:14:48 +0100
committerStanislaw Halik <sthalik@misaki.pl>2018-01-10 03:18:58 +0100
commit6388d767f4510a3771909a91ad72ad4963d029db (patch)
tree3cda0b925d1115873179d32be3a4ca72139cc54a /cmake/mingw-w64.cmake
parent7d101a1c2827b5e7a373fb0d0a68099fb692e55a (diff)
cmake: cleanup, decruft, probably fix mingw
Diffstat (limited to 'cmake/mingw-w64.cmake')
-rw-r--r--cmake/mingw-w64.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/mingw-w64.cmake b/cmake/mingw-w64.cmake
index a79a913b..3aeafa69 100644
--- a/cmake/mingw-w64.cmake
+++ b/cmake/mingw-w64.cmake
@@ -9,7 +9,7 @@ SET(CMAKE_SYSTEM_VERSION 5)
# specify the cross compiler
if(CMAKE_HOST_SYSTEM_NAME STREQUAL "Windows")
#set(p D:/cygwin64/opt/bin/)
- set(p "C:/msys64/mingw32/bin/")
+ set(p "/mingw32/bin/")
set(e .exe)
set(c "${p}")
else()