2
0
mirror of https://github.com/spritsail/plex-media-server.git synced 2025-06-13 06:21:13 +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:
2021-01-04 00:31:53 +00:00
parent bd33ce4cb0
commit 737c66be4b

View File

@ -15,6 +15,7 @@ ARG XMLSTAR_VER
ARG OPENSSL_VER
ARG CURL_VER
ARG ZLIB_VER
ARG MAKEFLAGS
ARG PREFIX=/prefix