diff options
Diffstat (limited to 'scripts/build/libc/mingw.sh')
-rw-r--r-- | scripts/build/libc/mingw.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/build/libc/mingw.sh b/scripts/build/libc/mingw.sh index 75e3b434..7cf55c6d 100644 --- a/scripts/build/libc/mingw.sh +++ b/scripts/build/libc/mingw.sh @@ -70,7 +70,7 @@ do_libc() { --host=${CT_TARGET} CT_DoLog EXTRA "Building W32-API" - CT_DoExecLog ALL make ${PARALLELMFLAGS} + CT_DoExecLog ALL make ${JOBSFLAGS} CT_DoLog EXTRA "Installing W32-API" CT_DoExecLog ALL make install @@ -89,7 +89,7 @@ do_libc() { --host=${CT_TARGET} CT_DoLog EXTRA "Building MinGW Runtime" - CT_DoExecLog ALL make ${PARALLELMFLAGS} + CT_DoExecLog ALL make ${JOBSFLAGS} CT_DoLog EXTRA "Installing MinGW Runtime" CT_DoExecLog ALL make install @@ -148,7 +148,7 @@ do_libc_finish() { --enable-static CT_DoLog EXTRA "Building GnuRX development files" - CT_DoExecLog ALL make ${PARALLELMFLAGS} + CT_DoExecLog ALL make ${JOBSFLAGS} CT_DoLog EXTRA "Installing GnuRX development files" CT_DoExecLog ALL make install-dev |