diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-07-31 17:55:31 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-07-31 17:55:31 +0200 |
commit | b7a4654374fd35384be9d3575594fd54acaaca87 (patch) | |
tree | e726ae2df8d289b47186337fd6ab43f46ec5db6a /cmake | |
parent | bf279476834fbcbfffe9afd40b731791e5acbce8 (diff) |
cmake: compiler path for my convenience
Diffstat (limited to 'cmake')
-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 98678ea0..338f8746 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 C:/mingw-w64/i686-5.3.0-posix-dwarf-rt_v4-rev0/mingw32/bin/) + set(p P:/mingw-w64/i686-5.3.0-posix-dwarf-rt_v4-rev0/mingw32/bin/) set(e .exe) endif() set(c ${p}i686-w64-mingw32-) |