Allow tests to run on OS X

This commit is contained in:
Tamir Duberstein 2015-05-14 21:32:39 -04:00
parent e54c14552f
commit c91d9ab0fd

View file

@ -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