[vlc-commits] apple/build: Add FIXME
Marvin Scholz
git at videolan.org
Tue Dec 10 15:17:49 CET 2019
vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Tue Dec 10 15:16:28 2019 +0100| [fd6a0aa839f97cf1f7902b4241094cec615e104b] | committer: Marvin Scholz
apple/build: Add FIXME
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fd6a0aa839f97cf1f7902b4241094cec615e104b
---
extras/package/apple/build.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/extras/package/apple/build.sh b/extras/package/apple/build.sh
index 12a87d50d8..37345aa974 100755
--- a/extras/package/apple/build.sh
+++ b/extras/package/apple/build.sh
@@ -447,6 +447,7 @@ validate_architecture "$VLC_HOST_ARCH"
set_host_triplet "$VLC_HOST_ARCH"
# Set pseudo-triplet
+# FIXME: This should match the actual clang triplet and should be used for compiler invocation too!
readonly VLC_PSEUDO_TRIPLET="${VLC_HOST_ARCH}-apple-${VLC_HOST_PLATFORM}_${VLC_DEPLOYMENT_TARGET}"
# Contrib install dir
readonly VLC_CONTRIB_INSTALL_DIR="$VLC_BUILD_DIR/contrib/${VLC_HOST_ARCH}-${VLC_APPLE_SDK_NAME}"
More information about the vlc-commits
mailing list