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
_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to