diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2013-05-12 17:19:04 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2013-05-12 17:19:04 (GMT) |
commit | 84eaad145709f4b2e1e5cf7dcdebf3cd32722301 (patch) | |
tree | 556fb65a176db9b013e2dcb9c7913944462faf04 /scripts/mingw-x-build-dependencies.sh | |
parent | 8c532d525203d6cd0fc8ab200a4dea1dccd03dd6 (diff) |
update to match new mxe. add 'builder' script to automate some stuff
Diffstat (limited to 'scripts/mingw-x-build-dependencies.sh')
-rwxr-xr-x | scripts/mingw-x-build-dependencies.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mingw-x-build-dependencies.sh b/scripts/mingw-x-build-dependencies.sh index ee51848..7a16530 100755 --- a/scripts/mingw-x-build-dependencies.sh +++ b/scripts/mingw-x-build-dependencies.sh @@ -49,7 +49,7 @@ fi echo "entering" $MXEDIR cd $MXEDIR -echo "make mpfr eigen opencsg cgal qt -j $NUMCPU JOBS=$NUMJOBS" +echo "make mpfr eigen opencsg cgal qt nsis -j $NUMCPU JOBS=$NUMJOBS" make mpfr eigen opencsg cgal qt nsis -j $NUMCPU JOBS=$NUMJOBS #make mpfr -j $NUMCPU JOBS=$NUMJOBS # for testing |