mirror of
https://github.com/SELinuxProject/setools
synced 2025-03-25 04:26:28 +00:00
parent
a93682f5f7
commit
5d04579d13
2
setup.py
2
setup.py
@ -58,7 +58,7 @@ class BuildExtCommand(build_ext):
|
|||||||
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
static_sepol = [os.environ['SEPOL']]
|
static_sepol = os.environ['SEPOL']
|
||||||
except KeyError:
|
except KeyError:
|
||||||
# try to find libsepol.a. The find_library_file function
|
# try to find libsepol.a. The find_library_file function
|
||||||
# chooses dynamic libraries over static ones, so
|
# chooses dynamic libraries over static ones, so
|
||||||
|
Loading…
Reference in New Issue
Block a user