diff options
Diffstat (limited to 'cmake/mingw-w64.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-) | 
