mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Make Qt branch cross-build for Windows
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a94e09ad5c
commit
80c8d08d8b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue