summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDGdev91 <iperpido91@gmail.com>2025-01-28 13:20:03 +0100
committerDGdev91 <iperpido91@gmail.com>2025-01-28 13:20:03 +0100
commit9dfbe191da4e498e3dd7d00e29b9258779a652c4 (patch)
tree947f0ef5e710a495c5909ba17f0eb281563e5629
parent747eda1422f2eecc91eff9b8e098414af0a478f8 (diff)
downloadDecky-Framegen-9dfbe191da4e498e3dd7d00e29b9258779a652c4.tar.gz
Decky-Framegen-9dfbe191da4e498e3dd7d00e29b9258779a652c4.zip
Adding missing "64" to the LD_LIBRARY_PATH row
-rwxr-xr-xassets/prepare.sh2
1 files changed, 1 insertions, 1 deletions
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