mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-02-06 00:39:54 +00:00
build(deps): add pkg-config for macOS build (#952)
This commit is contained in:
parent
032680ca9d
commit
e5d5256aed
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
@ -477,7 +477,7 @@ jobs:
|
||||
- name: Setup Dependencies MacOS
|
||||
run: |
|
||||
# install dependencies using homebrew
|
||||
brew install boost cmake curl node opus
|
||||
brew install boost cmake curl node opus pkg-config
|
||||
|
||||
# fix openssl header not found
|
||||
ln -sf /usr/local/opt/openssl/include/openssl /usr/local/include/openssl
|
||||
|
Loading…
x
Reference in New Issue
Block a user