[vlc-commits] [Git][videolan/vlc][master] package/macosx: use the same minimum version as the other scripts
Steve Lhomme (@robUx4)
gitlab at videolan.org
Fri Oct 17 06:55:19 UTC 2025
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
d6a636de by Steve Lhomme at 2025-10-17T05:53:49+00:00
package/macosx: use the same minimum version as the other scripts
The value is grabbed when calling env.build.sh.
- - - - -
1 changed file:
- extras/package/macosx/configure.sh
Changes:
=====================================
extras/package/macosx/configure.sh
=====================================
@@ -23,7 +23,7 @@ OPTIONS="
--disable-caca
--disable-pulse
--disable-vnc
- --with-macosx-version-min=10.11
+ --with-macosx-version-min=$MINIMAL_OSX_VERSION
--without-x
"
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d6a636de2098f1f713da95b2a68de5da631eefad
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d6a636de2098f1f713da95b2a68de5da631eefad
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