We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d1d2af commit 5b608d4Copy full SHA for 5b608d4
1 file changed
.travis/script-mingw.sh
@@ -53,10 +53,10 @@ pacman -Sq --noconfirm base-devel wine mingw-w64-gcc mingw-w64-pkg-config mingw-
53
# prepare
54
55
# invoke the Windows ttl generator using wine
56
+export WINEDEBUG=-all
57
sed -i 's/"$GEN"/wine "$GEN"/g' dpf/utils/generate-ttl.sh
58
59
# ---------------------------------------------------------------------------------------------------------------------
60
# build the plugin
61
-# TODO setup cairo UI build...
62
-CROSS_COMPILING=true WINDOWS=true make $MAKE_ARGS
+WINDOWS=true make $MAKE_ARGS
0 commit comments