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
RevLine 
[28]1#!/bin/sh
2
3scriptdir=`dirname $0`
4
[36]5PYTHONPATH="${scriptdir}/src:${scriptdir}:${PYTHONPATH}"
[28]6export PYTHONPATH
7
[574]8LD_LIBRARY_PATH="${HOME}/local/opt/OpenAL/lib:${LD_LIBRARY_PATH}"
9export LD_LIBRARY_PATH
10
[29]11exec python -m runmlx "$@"
Note: See TracBrowser for help on using the repository browser.