Skip to content

Commit 795214b

Browse files
committed
Set 64-bit compiler for Qt
1 parent 0887c2f commit 795214b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ clementine-deps: clementine-build-deps clementine-gst-plugins openssl glibnetwor
547547
-I/target/include \
548548
-release \
549549
-xplatform win32-g++ \
550-
-device-option CROSS_COMPILE=/usr/bin/i686-w64-mingw32- \
550+
-device-option CROSS_COMPILE=/usr/bin/x86_64-w64-mingw32- \
551551
-prefix $(stow)/$(qt) \
552552
-confirm-license \
553553
-opensource \

0 commit comments

Comments
 (0)