Make Qt branch cross-build for Windows
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a94e09ad5c
commit
80c8d08d8b
@ -11,7 +11,7 @@
|
||||
rm packaging/windows/subsurface.nsi
|
||||
|
||||
export PATH=/usr/i686-w64-mingw32/sys-root/mingw/bin:$PATH
|
||||
make CC=i686-w64-mingw32-gcc \
|
||||
make CC=i686-w64-mingw32-gcc CXX=i686-w64-mingw32-g++ \
|
||||
PKGCONFIG=i686-w64-mingw32-pkg-config \
|
||||
PKG_CONFIG_PATH=/usr/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig/ \
|
||||
CROSS_PATH=/usr/i686-w64-mingw32/sys-root/mingw/ \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user