Browse Source

Merge 7cb295ba8f into fc4b2f33fe

pull/4788/merge
fwillo 1 week ago
committed by GitHub
parent
commit
c5cd6a74f7
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      lgsm/modules/fix_vh.sh

2
lgsm/modules/fix_vh.sh

@ -34,7 +34,7 @@ if [ -f "${modsinstalledlistfullpath}" ]; then
export DOORSTOP_CORLIB_OVERRIDE_PATH=./unstripped_corlib export DOORSTOP_CORLIB_OVERRIDE_PATH=./unstripped_corlib
export LD_LIBRARY_PATH="./doorstop_libs:${LD_LIBRARY_PATH}" export LD_LIBRARY_PATH="./doorstop_libs:${LD_LIBRARY_PATH}"
export LD_PRELOAD="libdoorstop_x64.so:${LD_PRELOAD}" preexecutable="LD_PRELOAD=\"libdoorstop_x64.so:${LD_PRELOAD}\" ${preexecutable}"
export SteamAppId=892970 export SteamAppId=892970
fi fi

Loading…
Cancel
Save