Last change
on this file since 574:92975e9a1637 was 574:92975e9a1637, checked in by István Váradi <ivaradi@…>, 10 years ago |
Setting LD_LIBRARY_PATH to a more compatible OpenAL library
|
|
File size:
228 bytes
|
Line | |
---|
1 | #!/bin/sh
|
---|
2 |
|
---|
3 | scriptdir=`dirname $0`
|
---|
4 |
|
---|
5 | PYTHONPATH="${scriptdir}/src:${scriptdir}:${PYTHONPATH}"
|
---|
6 | export PYTHONPATH
|
---|
7 |
|
---|
8 | LD_LIBRARY_PATH="${HOME}/local/opt/OpenAL/lib:${LD_LIBRARY_PATH}"
|
---|
9 | export LD_LIBRARY_PATH
|
---|
10 |
|
---|
11 | exec python -m runmlx "$@"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.