From 9dfbe191da4e498e3dd7d00e29b9258779a652c4 Mon Sep 17 00:00:00 2001 From: DGdev91 Date: Tue, 28 Jan 2025 13:20:03 +0100 Subject: Adding missing "64" to the LD_LIBRARY_PATH row --- assets/prepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'assets/prepare.sh') diff --git a/assets/prepare.sh b/assets/prepare.sh index 457aac2..573b1a9 100755 --- a/assets/prepare.sh +++ b/assets/prepare.sh @@ -18,7 +18,7 @@ if test_curl "/usr/lib"; then export LD_LIBRARY_PATH="/usr/lib:$LD_LIBRARY_PATH" elif test_curl "/usr/lib64"; then echo "Using OpenSSL library path: /usr/lib64" - export LD_LIBRARY_PATH="/usr/lib:$LD_LIBRARY_PATH" + export LD_LIBRARY_PATH="/usr/lib64:$LD_LIBRARY_PATH" else echo "Failed to configure OpenSSL for curl. Exiting." exit 1 -- cgit v1.2.3