We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df0aac8 commit 5c87fcaCopy full SHA for 5c87fca
builds/wine-tkg/wine-tkg.SlackBuild
@@ -65,6 +65,7 @@ if [ "$ARCH" != "x86_64" ]; then
65
exit 1
66
fi
67
68
+mkdir -p "$TMP"
69
WINETMP="$( mktemp -d "$TMP/wine-test-XXXXXX" )"
70
echo "int main(void) {; return(0); }" > "$WINETMP/test.c"
71
gcc -m32 "$WINETMP/test.c" -o /dev/null >/dev/null 2>&1 && WINE32TEST=${WINE32TEST:-yes}
0 commit comments