summaryrefslogtreecommitdiffhomepage
path: root/cmake/toolchains/i686-w64-mingw32-wine
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/toolchains/i686-w64-mingw32-wine')
-rwxr-xr-xcmake/toolchains/i686-w64-mingw32-wine7
1 files changed, 0 insertions, 7 deletions
diff --git a/cmake/toolchains/i686-w64-mingw32-wine b/cmake/toolchains/i686-w64-mingw32-wine
deleted file mode 100755
index 6f67c68..0000000
--- a/cmake/toolchains/i686-w64-mingw32-wine
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh -e
-toolchain=i686-w64-mingw32
-prefix=/usr/$toolchain
-export WINEPREFIX=$HOME/.wine-$toolchain
-export WINEPATH="${WINEPATH:+${WINEPATH};}$prefix/bin"
-export WINEARCH=win32
-exec /usr/bin/wine "$@"