diff options
author | Marius Kintel <marius@kintel.net> | 2013-05-13 16:52:07 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-05-13 16:52:07 (GMT) |
commit | 7f1c6b57c6149da054be70fca2a1526114e5c5a1 (patch) | |
tree | b60d40d61dc398f512a0321aee82fd42b739ceee /scripts/mingw-x-build-dependencies.sh | |
parent | 8c532d525203d6cd0fc8ab200a4dea1dccd03dd6 (diff) | |
parent | 0cc3bb3890fc144143bd3c11d605ca64f3c29266 (diff) |
Merge pull request #361 from openscad/builder
Builder
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 |