fix_sof2.sh 350 B

123456789
  1. #!/bin/bash
  2. # LinuxGSM fix_rust.sh function
  3. # Author: Daniel Gibbs
  4. # Website: https://linuxgsm.com
  5. # Description: Resolves various issues with Soldier of Fortune 2.
  6. functionselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
  7. # Fixes: error while loading shared libraries: libcxa.so.1
  8. export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${serverfiles}"