Compilation file not found ... but present !
I tried to compile the latest commit c71af319 but it fail :
./buildsystem/compile.sh -a arm64 --release
VLC source: found sources, leaving untouched
VLC sources: Checking TESTED_HASH and patches presence
NOTE: checks can be bypass by adding '-b' option to this script.
Checking presence of patch ../libvlc/patches/vlc3/0001-compat-Workaround-sendmsg-bug-on-android.patch
Cannot find patch ../libvlc/patches/vlc3/0001-compat-Workaround-sendmsg-bug-on-android.patch in tree, aborting.
There can be two reasons for that:
- you forgot to apply the patch on this tree, or
- you applied the patch without the 'git am --message-id ...' option.
The weird thing is that the file is present and seems not corrupted, 0001-compat-Workaround-sendmsg-bug-on-android.patch
Is this a bug from the compiler.sh or something else ? Thanks