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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user