summarylogtreecommitdiffstats
path: root/mingw-cmake.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mingw-cmake.sh')
-rw-r--r--mingw-cmake.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/mingw-cmake.sh b/mingw-cmake.sh
index a69ed384f559..6ff4e7b7619e 100644
--- a/mingw-cmake.sh
+++ b/mingw-cmake.sh
@@ -16,4 +16,5 @@ PATH=${mingw_prefix}/bin:$PATH cmake \
-DSHARE_INSTALL_DIR:PATH=${mingw_prefix}/share \
-DBUILD_SHARED_LIBS:BOOL=ON \
-DCMAKE_TOOLCHAIN_FILE=/usr/share/mingw/toolchain-@TRIPLE@.cmake \
+ -DCMAKE_CROSSCOMPILING_EMULATOR=/usr/bin/@TRIPLE@-wine \
"$@"