Merge pull request #399 from mrsteyk/patch-3

Fix preload.sh if you use steam runtime
This commit is contained in:
BenCat07 2018-04-29 18:25:34 +02:00 committed by GitHub
commit 1b536493ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ export LD_LIBRARY_PATH="$GAMEROOT"\
ulimit -n 2048
export LD_PRELOAD
LD_PRELOAD="$(pwd)/bin/libcathook.so"
LD_PRELOAD="$(pwd)/bin/libcathook.so:/usr/lib/i386-linux-gnu/libstdc++.so.6"
# Enable nVidia threaded optimizations
export __GL_THREADED_OPTIMIZATIONS=1