Skip to content

Commit

Permalink
Set 64-bit compiler for Qt
Browse files Browse the repository at this point in the history
  • Loading branch information
hatstand committed Jan 27, 2021
1 parent 0887c2f commit 795214b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ clementine-deps: clementine-build-deps clementine-gst-plugins openssl glibnetwor
-I/target/include \
-release \
-xplatform win32-g++ \
-device-option CROSS_COMPILE=/usr/bin/i686-w64-mingw32- \
-device-option CROSS_COMPILE=/usr/bin/x86_64-w64-mingw32- \
-prefix $(stow)/$(qt) \
-confirm-license \
-opensource \
Expand Down

0 comments on commit 795214b

Please sign in to comment.