summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDon Bright <hugh.m.bright@gmail.com>2013-12-29 23:58:16 (GMT)
committerDon Bright <hugh.m.bright@gmail.com>2013-12-29 23:58:16 (GMT)
commit98345828823f1c91860217478858b9943adee9bb (patch)
tree13d9f7d9b4212fef7c9e586a559bbf59f457693f /scripts
parentb272d1f0defa8dd908217ccd43a48eb60735d2d4 (diff)
attempt to fix broken mingw build due to new GLIB dependency
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mingw-x-build-dependencies.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/mingw-x-build-dependencies.sh b/scripts/mingw-x-build-dependencies.sh
index c0f658d..3df823c 100755
--- a/scripts/mingw-x-build-dependencies.sh
+++ b/scripts/mingw-x-build-dependencies.sh
@@ -61,16 +61,16 @@ cd $MXEDIR
if [ "`echo $* | grep 64`" ]; then
MXE_TARGETS='x86_64-w64-mingw32'
if [ "`echo $* | grep download`" ]; then
- PACKAGES='download-mpfr download-eigen download-opencsg download-cgal download-qt'
+ PACKAGES='download-mpfr download-eigen download-opencsg download-cgal download-qt download-glib'
else
- PACKAGES='mpfr eigen opencsg cgal qt'
+ PACKAGES='mpfr eigen opencsg cgal qt glib'
fi
else
MXE_TARGETS='i686-pc-mingw32' # fixme - does this work? test it.
if [ "`echo $* | grep download`" ]; then
- PACKAGES='download-mpfr download-eigen download-opencsg download-cgal download-qt download-nsis'
+ PACKAGES='download-mpfr download-eigen download-opencsg download-cgal download-qt download-nsis download-glib'
else
- PACKAGES='mpfr eigen opencsg cgal qt nsis'
+ PACKAGES='mpfr eigen opencsg cgal qt nsis glib'
fi
fi
echo make $PACKAGES MXE_TARGETS=$MXE_TARGETS -j $NUMCPU JOBS=$NUMJOBS
contact: Jan Huwald // Impressum