summarylogtreecommitdiffstats
path: root/toolchain-mingw.cmake
diff options
context:
space:
mode:
authorMichel Zou2016-03-19 08:35:19 +0100
committerMichel Zou2016-03-19 08:35:19 +0100
commita6d41eca14b67fc68be53891a417a1819cbfa430 (patch)
tree741043aa63b0a645e3e6f75e3e6863e3a44d0222 /toolchain-mingw.cmake
parent759b27e5d290cb9186c835089f2d84452ee77688 (diff)
downloadaur-a6d41eca14b67fc68be53891a417a1819cbfa430.tar.gz
add wine wrapper
Diffstat (limited to 'toolchain-mingw.cmake')
-rw-r--r--toolchain-mingw.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain-mingw.cmake b/toolchain-mingw.cmake
index 1a6b4a51dc5d..d0448852e0f9 100644
--- a/toolchain-mingw.cmake
+++ b/toolchain-mingw.cmake
@@ -30,4 +30,4 @@ set (CMAKE_Fortran_COMPILER @TRIPLE@-gfortran)
set (CMAKE_AR:FILEPATH @TRIPLE@-ar)
set (CMAKE_RANLIB:FILEPATH @TRIPLE@-ranlib)
-set (CMAKE_CROSSCOMPILING_EMULATOR /usr/bin/wine)
+set (CMAKE_CROSSCOMPILING_EMULATOR /usr/bin/@TRIPLE@-wine)