[vlc-commits] [Git][videolan/vlc][master] package/macos: build extras/tools with multiple threads
Steve Lhomme (@robUx4)
gitlab at videolan.org
Wed Oct 22 18:09:35 UTC 2025
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
1deac746 by Steve Lhomme at 2025-10-22T14:44:53+00:00
package/macos: build extras/tools with multiple threads
- - - - -
1 changed file:
- extras/package/macosx/build.sh
Changes:
=====================================
extras/package/macosx/build.sh
=====================================
@@ -159,7 +159,7 @@ if [ "$REBUILD" = "yes" ]; then
make clean
./bootstrap > $out
fi
-make > $out
+make -j$JOBS > $out
spopd
if [ ! -z "$VLCBUILDDIR" ];then
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/1deac746dcac43f53f52bbefe0b689ad89599291
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/1deac746dcac43f53f52bbefe0b689ad89599291
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list