mirror of
https://github.com/spritsail/plex-media-server.git
synced 2024-12-20 11:34:36 +00:00
Allow MAKEFLAGS in the Plex build stage
This should speed up building significantly if MAKEFLAGS sets a -j parameter and the build host has multiple cores. Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
parent
bd33ce4cb0
commit
737c66be4b
@ -15,6 +15,7 @@ ARG XMLSTAR_VER
|
||||
ARG OPENSSL_VER
|
||||
ARG CURL_VER
|
||||
ARG ZLIB_VER
|
||||
ARG MAKEFLAGS
|
||||
|
||||
ARG PREFIX=/prefix
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user