Changes in / [2ea7a10:577cb49]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • interfaces/python/build_linux

    r2ea7a10 r577cb49  
    11#! /bin/sh
    22
     3set -e
     4set -x
     5
    36python setup.py clean build
    4 export PYTHONPATH=./build/lib.linux-x86_64-2.6/
     7export PYTHONPATH=./build/lib.linux-x86_64-2.7/
    58export LD_LIBRARY_PATH=../../build/src/
    69./run_all_tests --verbose
Note: See TracChangeset for help on using the changeset viewer.