We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75aedcf commit 84b0cdbCopy full SHA for 84b0cdb
setup.py
@@ -2530,7 +2530,7 @@ def bundle_tests() -> None:
2530
if pkg_config_ok("--exists", "pam", "pam_misc"):
2531
pam_kwargs = pkgconfig("pam", "pam_misc")
2532
else:
2533
- sec_dir = os.path.dirname(find_header_file("security", isdir=True))
+ sec_dir = os.path.dirname(find_header_file("/security", isdir=True))
2534
pam_kwargs = {
2535
"extra_compile_args": "-I" + sec_dir,
2536
"extra_link_args": ("-lpam", "-lpam_misc"),
0 commit comments