Skip to content

Commit f42ef66

Browse files
add log
1 parent 12cb19a commit f42ef66

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,11 +416,14 @@ def _discover_library_dirs() -> list[str]:
416416
prefixes = _platform_prefixes()
417417
candidates: list[Path] = []
418418
subdirs = _platform_library_subdirs()
419+
print(f"eeeeeeeee 7777777777 prefixes: {prefixes}")
420+
print(f"eeeeeeeee 7777777777 subdirs: {subdirs}")
419421
for prefix in prefixes:
420422
for subdir in subdirs:
421423
candidates.append(prefix / subdir)
422424
library_dirs: list[str] = []
423425
_extend_with_existing(library_dirs, candidates, _library_exists)
426+
print(f"eeeeeeeee 7777777777 candidates: {candidates}")
424427
print(f"eeeeeeeee 7777777777 library_dirs: {library_dirs}")
425428
return library_dirs
426429

0 commit comments

Comments
 (0)