Skip to content

Commit

Permalink
MacOS: VLC libs
Browse files Browse the repository at this point in the history
copy to `/usr/local/lib`
  • Loading branch information
kassane authored Dec 14, 2022
1 parent f95a4dc commit 449aa2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
source vendor/ci/macport-ci install && \
sudo port install VLC && port contents VLC && \
sudo ln -s /Applications/MacPorts/VLC.app/Contents/MacOS/VLC/include/vlc /usr/local/include/ && \
sudo ln -s /Applications/MacPorts/VLC.app/Contents/MacOS/VLC/lib/* /usr/local/lib/
sudo ln -s /Applications/MacPorts/VLC.app/Contents/MacOS/lib/* /usr/local/lib/
- name: Install zig
uses: goto-bus-stop/setup-zig@v2
Expand Down

0 comments on commit 449aa2a

Please sign in to comment.