Merge pull request #60 from bigon/master

Fix build when SEPOL environment variable is set
This commit is contained in:
Chris PeBenito 2015-12-16 09:53:40 -05:00
commit 3f7b428b70

View File

@ -58,7 +58,7 @@ class BuildExtCommand(build_ext):
try:
static_sepol = [os.environ['SEPOL']]
static_sepol = os.environ['SEPOL']
except KeyError:
# try to find libsepol.a. The find_library_file function
# chooses dynamic libraries over static ones, so