source: runmlx.sh@ 574:92975e9a1637

Last change on this file since 574:92975e9a1637 was 574:92975e9a1637, checked in by István Váradi <ivaradi@…>, 9 years ago

Setting LD_LIBRARY_PATH to a more compatible OpenAL library

  • Property exe set to *
File size: 228 bytes
Line 
1#!/bin/sh
2
3scriptdir=`dirname $0`
4
5PYTHONPATH="${scriptdir}/src:${scriptdir}:${PYTHONPATH}"
6export PYTHONPATH
7
8LD_LIBRARY_PATH="${HOME}/local/opt/OpenAL/lib:${LD_LIBRARY_PATH}"
9export LD_LIBRARY_PATH
10
11exec python -m runmlx "$@"
Note: See TracBrowser for help on using the repository browser.