2
0
mirror of https://github.com/spritsail/plex-media-server.git synced 2024-07-30 17:16:10 +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:
Joe Groocock 2021-01-04 00:31:53 +00:00
parent 22bc203455
commit 38916f886e
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

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