Skip to content

Commit

Permalink
Fix MacOS Python test linker paths
Browse files Browse the repository at this point in the history
  • Loading branch information
soltanmm committed May 22, 2015
1 parent 35d9fcf commit d86576f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/run_tests/run_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ cd $(dirname $0)/../..

root=`pwd`
export LD_LIBRARY_PATH=$root/libs/$CONFIG
export DYLD_LIBRARY_PATH=$root/libs/$CONFIG
source python2.7_virtual_environment/bin/activate
python2.7 -B $*

0 comments on commit d86576f

Please sign in to comment.