Merge pull request #399 from mrsteyk/patch-3
Fix preload.sh if you use steam runtime
This commit is contained in:
commit
1b536493ae
@ -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
|
||||
|
Reference in New Issue
Block a user