summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-04-21 11:08:10 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-04-21 11:08:10 -0700
commit986309b108aa66f6f4561f95e9b012ae739251ea (patch)
tree0f4535effb61fff8bfaed706683add260462e400 /packaging
parent4c8369a7baf5bc3021b8c4aacc2ecf492ac2c583 (diff)
downloadsubsurface-986309b108aa66f6f4561f95e9b012ae739251ea.tar.gz
Windows cross build: use the correct objdump
This one was silly but took me a while to track down. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/windows/mingw-make.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/windows/mingw-make.sh b/packaging/windows/mingw-make.sh
index a1596fd53..2348aa21b 100755
--- a/packaging/windows/mingw-make.sh
+++ b/packaging/windows/mingw-make.sh
@@ -15,6 +15,7 @@ rm $BASEDIR/subsurface.nsi > /dev/null 2>&1
rm $BASEDIR/../../ssrf-version.h > /dev/null 2>&1
export PATH=/usr/i686-w64-mingw32/sys-root/mingw/bin:$PATH
+export objdump=mingw-objdump
mingw32-qmake-qt4 \
CROSS_PATH=/usr/i686-w64-mingw32/sys-root/mingw \
LIBDCDEVEL=../libdivecomputer \