mirror of
https://github.com/SELinuxProject/setools
synced 2025-04-01 00:06:19 +00:00
Point travis build to the compiled instance of sepol.a
This commit is contained in:
parent
3937946900
commit
f79bf4c3b8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user