Add libssl-dev for apt dependencies (#8512)
While building on Ubuntu (arm64). I had to manually install `libssl-dev`. Just added that in `script/linux`.
This commit is contained in:
parent
b76e0d997e
commit
387c161d8c
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ if [[ -n $apt ]]; then
|
|||
libfontconfig-dev
|
||||
libwayland-dev
|
||||
libxkbcommon-x11-dev
|
||||
openssl
|
||||
libssl-dev
|
||||
)
|
||||
$maysudo "$apt" install -y "${deps[@]}"
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue