Skip to content

Commit ba938b5

Browse files
h3o66dgibbs64
authored andcommitted
fix(check_deps): sven coop libssl (#2456)
Co-authored-by: Christian Birk <[email protected]>
1 parent d88c81e commit ba938b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lgsm/functions/check_deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ fn_deps_build_debian(){
414414
array_deps_required+=( libxrandr2:i386 libglu1-mesa:i386 libxtst6:i386 libusb-1.0-0-dev:i386 libxxf86vm1:i386 libopenal1:i386 libssl1.0.0:i386 libgtk2.0-0:i386 libdbus-glib-1-2:i386 libnm-glib-dev:i386 )
415415
# Sven Co-op
416416
elif [ "${shortname}" == "sven" ]; then
417-
array_deps_required+=( libssl1.0.0:i386 zlib1g:i386 )
417+
array_deps_required+=( libssl1.1:i386 zlib1g:i386 )
418418
# Unreal Engine
419419
elif [ "${executable}" == "./ucc-bin" ]; then
420420
# UT2K4

0 commit comments

Comments
 (0)