Changeset 574:92975e9a1637 for runmlx.sh


Ignore:
Timestamp:
12/06/14 14:02:25 (9 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Setting LD_LIBRARY_PATH to a more compatible OpenAL library

File:
1 edited

Legend:

Unmodified
Added
Removed
  • runmlx.sh

    r36 r574  
    66export PYTHONPATH
    77
     8LD_LIBRARY_PATH="${HOME}/local/opt/OpenAL/lib:${LD_LIBRARY_PATH}"
     9export LD_LIBRARY_PATH
     10
    811exec python -m runmlx "$@"
Note: See TracChangeset for help on using the changeset viewer.