octave: disable jobargs.

This commit is contained in:
waddlesplash
2020-04-12 17:56:05 -04:00
committed by GitHub
parent 848f1aba89
commit 1101508a20

View File

@@ -167,7 +167,8 @@ BUILD()
--with-openssl \ --with-openssl \
--without-x --without-x
make $jobArgs # $jobArgs uses too much RAM
make
} }
INSTALL() INSTALL()