[vlc-commits] [Git][videolan/vlc][master] contrib: use VLC_DEPLOYMENT_TARGET_LDFLAG for macOS as well
Steve Lhomme (@robUx4)
gitlab at videolan.org
Tue Oct 28 04:18:31 UTC 2025
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
7691f536 by Steve Lhomme at 2025-10-28T03:14:19+00:00
contrib: use VLC_DEPLOYMENT_TARGET_LDFLAG for macOS as well
If it's built via package/apple and not package/macos.
- - - - -
1 changed file:
- contrib/src/main.mak
Changes:
=====================================
contrib/src/main.mak
=====================================
@@ -862,7 +862,7 @@ ifdef HAVE_WIN32
endif
ifdef HAVE_DARWIN_OS
-ifdef HAVE_IOS
+ifdef VLC_DEPLOYMENT_TARGET_LDFLAG
MESON_CROSSFILE_ENV += CFLAGS_BUILTIN="$(VLC_DEPLOYMENT_TARGET_CFLAG)"
MESON_CROSSFILE_ENV += CPPFLAGS_BUILTIN="$(VLC_DEPLOYMENT_TARGET_CFLAG)"
MESON_CROSSFILE_ENV += OBJCFLAGS_BUILTIN="$(VLC_DEPLOYMENT_TARGET_CFLAG)"
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/7691f53635d726894119e21e7af4337d1dff346d
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/7691f53635d726894119e21e7af4337d1dff346d
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