launch: remove gcrypt LD_PRELOAD which is not necessary

This commit is contained in:
Gautier Pelloux-Prayer 2016-10-27 11:28:48 +02:00
parent 66351f453e
commit 75f967be1e

3
launch
View File

@ -41,9 +41,6 @@ if [ -e /dev/nvidiactl ]; then
fi fi
fi fi
# Use libgcrypt provided by the Steam docker image (needed by HL1 engine games)
export LD_PRELOAD="/lib/i386-linux-gnu/libgcrypt.so.11:/lib/x86_64-linux-gnu/libgcrypt.so.11"
# #
# Try to load host's libGL (generic or Nvidia 32/64-bit) drivers # Try to load host's libGL (generic or Nvidia 32/64-bit) drivers
# #