diff options
author | Marius Kintel <marius@kintel.net> | 2013-05-13 20:27:41 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-05-13 20:27:41 (GMT) |
commit | 61dc6bfcbcf7905c71b83328bb2a003c58ddd51b (patch) | |
tree | d07b1dac6befb1d766699c6e518ffd6696c60b1c /scripts/mingw-x-build-dependencies.sh | |
parent | ee6f149dd0d9bcef0cb94cef154ed32f308c23e1 (diff) | |
parent | 7f1c6b57c6149da054be70fca2a1526114e5c5a1 (diff) |
Merge branch 'master' of github.com:openscad/openscad
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 |