Skip to content
Snippets Groups Projects
Commit 93119237 authored by Marvin Scholz's avatar Marvin Scholz
Browse files

compile-libvlc: Force luac build when using prebuilt contribs

Without that, it would end up trying to use the luac compiled
for the host and fail.
parent 79da3352
No related branches found
No related tags found
1 merge request!297Buildscript fixes
Pipeline #10497 passed with stage
in 50 minutes and 26 seconds
......@@ -516,6 +516,7 @@ if [ "$AVLC_USE_PREBUILT_CONTRIBS" -gt "0" ]; then
make prebuilt PREBUILT_URL="$VLC_PREBUILT_CONTRIBS_URL"
avlc_checkfail "Fetching prebuilt contribs from ${VLC_PREBUILT_CONTRIBS_URL} failed"
fi
make .luac
else
# Some libraries have arm assembly which won't build in thumb mode
# We append -marm to the CFLAGS of these libs to disable thumb mode
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment