Point travis build to the compiled instance of sepol.a

This commit is contained in:
Chris PeBenito 2015-02-04 15:03:40 -05:00
parent 3937946900
commit f79bf4c3b8

View File

@ -43,5 +43,6 @@ install:
# Now that the libraries are installed, use them to compile the tools
- export CFLAGS="$CFLAGS -I$DESTDIR/usr/include"
- export LDFLAGS="$LDFLAGS -L$DESTDIR/usr/lib"
- sed -i -e 's:/usr/lib/libsepol.a:$DESTDIR/usr/lib/libsepol.a:' setup.py
script: python setup.py test