Allow tests to run on OS X
This commit is contained in:
parent
e54c14552f
commit
c91d9ab0fd
1 changed files with 2 additions and 1 deletions
|
@ -102,7 +102,8 @@ build_python_cpp() {
|
|||
./autogen.sh
|
||||
./configure
|
||||
make -j2
|
||||
export LD_LIBRARY_PATH=../src/.libs
|
||||
export LD_LIBRARY_PATH=../src/.libs # for Linux
|
||||
export DYLD_LIBRARY_PATH=../src/.libs # for OS X
|
||||
cd python
|
||||
python setup.py build --cpp_implementation
|
||||
python setup.py test --cpp_implementation
|
||||
|
|
Loading…
Add table
Reference in a new issue