mirror of
https://github.com/spritsail/plex-media-server.git
synced 2024-11-05 01:16:23 +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
22bc203455
commit
38916f886e
@ -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