Skip to content
Snippets Groups Projects
Commit d85cb056 authored by Alexandre Janniaux's avatar Alexandre Janniaux
Browse files

apple: build: forward -j to make

parent 0d062895
No related branches found
No related tags found
Loading
......@@ -441,6 +441,9 @@ do
VLC_PREBUILT_CONTRIBS_URL=*)
VLC_PREBUILT_CONTRIBS_URL="${1#VLC_PREBUILT_CONTRIBS_URL=}"
;;
-j*)
VLC_USE_NUMBER_OF_CORES=${1#-j}
;;
*)
echo >&2 "ERROR: Unrecognized option '$1'"
usage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment