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

compile-libvlc: Fix copy-paste mistake

parent 4fe70819
No related branches found
No related tags found
1 merge request!297Buildscript fixes
......@@ -513,8 +513,8 @@ if [ "$AVLC_USE_PREBUILT_CONTRIBS" -gt "0" ]; then
make prebuilt
avlc_checkfail "Fetching prebuilt contribs failed"
else
make prebuilt PREBUILT_URL="$VLC_PREBUILT_CONTRIBS_URL" \
|| abort_err "Fetching prebuilt contribs from ${VLC_PREBUILT_CONTRIBS_URL} failed"
make prebuilt PREBUILT_URL="$VLC_PREBUILT_CONTRIBS_URL"
avlc_checkfail "Fetching prebuilt contribs from ${VLC_PREBUILT_CONTRIBS_URL} failed"
fi
else
# Some libraries have arm assembly which won't build in 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