Skip to content

Commit

Permalink
configure: Update VLC
Browse files Browse the repository at this point in the history
  • Loading branch information
3unjee committed Jan 2, 2020
1 parent 2448bbc commit c1ebcc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.sh
Expand Up @@ -172,8 +172,8 @@ elif [ $2 = "macOS" ]; then

cp -r "$VLC"/plugins/*.dylib "$bin"/plugins

cp "$VLC"/lib/libvlc.dylib "$bin"
cp "$VLC"/lib/libvlccore.dylib "$bin"
cp "$VLC"/lib/libvlc.5.dylib "$bin"/libvlc.dylib
cp "$VLC"/lib/libvlccore.9.dylib "$bin"/libvlccore.dylib
fi

echo "---------------------"

0 comments on commit c1ebcc5

Please sign in to comment.