[vlc-commits] [Git][videolan/vlc][3.0.x] package: apple: fix env.build.sh

Felix Paul Kühne (@fkuehne) gitlab at videolan.org
Sun May 5 04:22:13 UTC 2024



Felix Paul Kühne pushed to branch 3.0.x at VideoLAN / VLC


Commits:
46c24f3a by Marvin Scholz at 2024-05-03T01:43:13+02:00
package: apple: fix env.build.sh

The script is supposed to be usable stand-alone but makes use of
ACTUAL_HOST_ARCH which is never set before.

Fix this by properly initialising ACTUAL_HOST_ARCH.

- - - - -


1 changed file:

- extras/package/macosx/env.build.sh


Changes:

=====================================
extras/package/macosx/env.build.sh
=====================================
@@ -20,6 +20,8 @@ get_buildsystem_arch() {
     fi
 }
 
+ACTUAL_HOST_ARCH="$(get_actual_arch "${HOST_ARCH}")"
+
 vlcGetOSXKernelVersion() {
     local OSX_KERNELVERSION=$(uname -r | cut -d. -f1)
     if [ ! -z "$VLC_FORCE_KERNELVERSION" ]; then



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/46c24f3a3b25ae0e39724087e1d9ed12226739c7

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/46c24f3a3b25ae0e39724087e1d9ed12226739c7
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