Revision 45 1.10/trunk/binaries/linux/3D/detect_videodriver.sh

View differences:

detect_videodriver.sh
1 1

  
2 2

  
3
archname =$(uname -m);
3
archname=$(uname -m);
4 4

  
5 5
if [ "$archname" = "x86_64" ]; then 
6 6
export LD_LIBRARY_PATH=/usr/lib32;

Also available in: Unified diff