Skip to content
Snippets Groups Projects
Commit 68cb55c9 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen
Browse files

compile.sh: Fix patch applying

parent e9f0ab67
No related branches found
No related tags found
No related merge requests found
Pipeline #6770 passed with stage
in 42 minutes and 14 seconds
......@@ -243,7 +243,7 @@ if [ ! -d "vlc" ]; then
diagnostic "VLC source not found, cloning"
git clone https://git.videolan.org/git/vlc/vlc-3.0.git vlc
checkfail "vlc source: git clone failed"
git am ../libvlc/patches/*.patch
cd vlc && git am ../libvlc/patches/*.patch && cd ..
fi
diagnostic "VLC source found"
cd vlc
......
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