[vlc-commits] [Git][videolan/npapi-vlc][3.0.x] Pass -m64 to widl when building for aarch64
Jean-Baptiste Kempf
gitlab at videolan.org
Sun May 16 21:18:27 UTC 2021
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC Browser Plugins
Commits:
b291c99e by Martin Storsjö at 2021-05-16T22:43:01+03:00
Pass -m64 to widl when building for aarch64
(cherry picked from commit 2f3715defc772562307bdea91cc4e7d271055333)
- - - - -
1 changed file:
- configure.ac
Changes:
=====================================
configure.ac
=====================================
@@ -123,7 +123,7 @@ AS_IF([test "${SYS}" = "mingw32"],[
AC_CHECK_TOOL(WIDL, [widl], no)
case "${host}" in
- amd64*|x86_64*)
+ amd64*|x86_64*|aarch64*)
WIDLFLAGS=" -m64"
;;
*)
View it on GitLab: https://code.videolan.org/videolan/npapi-vlc/-/commit/b291c99ef80c76206456858fb7916da69047f079
--
View it on GitLab: https://code.videolan.org/videolan/npapi-vlc/-/commit/b291c99ef80c76206456858fb7916da69047f079
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list