Skip to content

[3.0.x] package: apple: fix env.build.sh

Marvin Scholz requested to merge ePirat/vlc:epirat-3.0.x-fix-env.build.sh into 3.0.x

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.

Merge request reports