mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
build-system: allow building only a 64bit Windows installer
This is simply a time optimization that is sometimes useful Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
10a026b2ff
commit
69e7baf682
1 changed files with 11 additions and 10 deletions
|
@ -31,6 +31,7 @@ bash -ex ../subsurface/packaging/windows/smtk2ssrf-mxe-build.sh -a -i
|
||||||
|
|
||||||
mv smtk-import/smtk2ssrf-$VERSION.exe /__w
|
mv smtk-import/smtk2ssrf-$VERSION.exe /__w
|
||||||
|
|
||||||
|
if [ "$1" != "-64only" ] ; then
|
||||||
# build the 32bit installer
|
# build the 32bit installer
|
||||||
cd /__w
|
cd /__w
|
||||||
rm -rf win32
|
rm -rf win32
|
||||||
|
@ -41,4 +42,4 @@ cd win32
|
||||||
export MXEBUILDTYPE=i686-w64-mingw32.shared
|
export MXEBUILDTYPE=i686-w64-mingw32.shared
|
||||||
bash -ex ../subsurface/packaging/windows/mxe-based-build.sh installer
|
bash -ex ../subsurface/packaging/windows/mxe-based-build.sh installer
|
||||||
mv subsurface/subsurface-$VERSION.exe /__w/subsurface-32bit-$VERSION.exe
|
mv subsurface/subsurface-$VERSION.exe /__w/subsurface-32bit-$VERSION.exe
|
||||||
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue