Minor change to python enable script

This commit is contained in:
Joakim Hove
2019-10-25 08:54:40 +02:00
parent 50b3aef1fa
commit 162d0e0902
2 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/bash
export PYTHONPATH=@PROJECT_BINARY_DIR@/python/python:$PYTHONPATH
export LD_LIBRARY_PATH=@PROJECT_BINARY_DIR@/lib:@_setup_lib_dirs@:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=@_setup_lib_dirs@:$LD_LIBRARY_PATH