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
_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to